.wapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.advan_block {
  width: 100%;
  transition: all 3s;
  position:absolute;
  top: 0;
  z-index: 999;
}
.advan_block_bg {
  transition: all 2s;
}
.advan_block img {
  width: 100%;
}
.banner_close {
  display: none;
  background: #fff;
  font-size: 14px;
  color: #666;
  float: right;
  width: 40px;
  text-align: center;
  height: 20px;
  margin-top: -20px;
}
.advan_blcok2 {
  background-color: #FFFFFF;
  padding: 10px 0 20px;
}
.advan_blcok2 .advan_list {
  margin: 0 -13px;
}
.advan_blcok2 .advan_list .item {
  float: left;
  margin: 0 13px;
}
.advan_blcok2 .advan_list .item .inbox {
  display: block;
  position: relative;
}
.advan_blcok2 .advan_list .item .inbox .ad_img {
  display: block;
  width: 100%;
}
.advan_blcok2 .advan_list .item .inbox .ad_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  display: block;
}
.advan_blcok2 .advan_list .item:nth-child(1),
.advan_blcok2 .advan_list .item:nth-child(3) {
  width: 300px;
}
.advan_blcok2 .advan_list .item:nth-child(2) {
  width: 547px;
}
.advan_blcok3 {
  background-color: #E9F4FF;
  height: 30px;
}
.advan_blcok3 .btn_ad .btn_left {
  float: left;
  line-height: 30px;
}
.advan_blcok3 .btn_ad .btn_right {
  float: right;
  #display: flex;
  width: 387px;
  align-items: center;
  height: 30px;
}
.advan_blcok3 .btn_ad .btn_right em {
  display: block;
  margin: 10px 20px 0 20px;
  width: 1px;
  height: 10px;
  background-color: #0062C7;
  float: left;
}
.advan_blcok3 .btn_ad .btn_right .btn_item {
  padding-left: 32px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.advan_blcok3 .btn_ad .btn_right .btn_item .code_box {
  opacity: 0;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
.advan_blcok3 .btn_ad .btn_right .btn_item .code_box img {
  display: block;
  width: 100%;
  height: 100%;
}
.advan_blcok3 .btn_ad .btn_right .btn_media {
  background: url(../images/icon_media.svg) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  float: left;
}
.advan_blcok3 .btn_ad .btn_right .btn_wechat {
  background: url(../images/icon_wechat.svg) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  z-index: 100;
  float: left;
}
.advan_blcok3 .btn_ad .btn_right .btn_weibo {
  background: url(../images/icon_weibo.svg) no-repeat;
  background-position: left center;
  background-size: 22px 22px;
  float: left;
}
.advan_blcok3 .btn_ad .btn_right .btn_login {
  background: url(../images/icon_person.svg) no-repeat;
  background-position: left center;
  background-size: 13px 13px;
  padding-left: 20px;
}
.advan_blcok3 .btn_ad .btn_right .btn_register {
  display: block;
  width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  background-color: #0062C7;
  border-radius: 5px;
  margin-left: 20px;
}
.advan_blcok4 {
  padding: 14px 0;
}
.advan_blcok4 .head_box .head_left {
  float: left;
  height: 80px;
  display: flex;
  align-items: center;
}
.advan_blcok4 .head_box .head_left img {
  display: block;
  height: 100%;
}
.advan_blcok4 .head_box .head_left .logo {
  display: block;
  height: 80px;
}
.advan_blcok4 .head_box .head_left .logo img {
  display: block;
  height: auto;
  max-height: 100%;
}
.advan_blcok4 .head_box .head_left .hot {
  display: block;
  height: 70px;
  margin-left: 30px;
}
.advan_blcok4 .head_box .head_right {
  float: right;
  height: 40px;
  margin-top: 20px;
  #display: flex;
  width: 368px;
  align-items: center;
}
.advan_blcok4 .head_box .head_right .search_box {
  width: 230px;
  height: 40px;
  border: 1px solid #0062C7;
  position: relative;
  padding: 10px 80px 10px 20px;
  border-radius: 20px;
  float: left;
}
.advan_blcok4 .head_box .head_right .search_box .input {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  background-color: transparent;
}
.advan_blcok4 .head_box .head_right .search_box .search_btn {
  position: absolute;
  right: -1px;
  top: 0;
  width: 70px;
  height: 39px;
  border-radius: 20px;
  border: 0;
  outline: none;
  background: url(../images/icon_search.png) #0062C7 no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}
.advan_blcok4 .head_box .head_right .head_number {
  margin-left: 12px;
  width: 125px;
  height: 45px;
  display: block;
  float: right;
}
.advan_blcok4 .head_box .head_right .head_number img {
  display: block;
  width: 100%;
  height: 100%;
}
.menu_block {
  background-color: #0062C7;
  padding: 10px 0;
  border-top: 2px solid #0062C7;
}
.menu_block .menu_list {
  padding: 0 80px 0 240px;
  position: relative;
}
.menu_block .menu_list .menu_left {
  position: absolute;
  left: 100px;
  top: 10px;
  #transform: translateY(-50%);
  line-height: 46px;
  font-size: 28px;
  padding-right: 40px;
  border-right: 1px solid #fff;
  transition: all 0.3s;
  font-family: "microsoft yahei";
  color: #fff;
}
.menu_block .menu_list .menu_ul {
  font-size: 18px;
}
.menu_block .menu_list .menu_ul a {
  display: block;
  line-height: 30px;
  float: left;
  margin: 3px 10px;
  padding: 0 10px;
  transition: all 0.3s;
  border-radius: 5px;
  font-family: "microsoft yahei";
  color: #fff;
}
.menu_block .menu_list .menu_ul a.active {
  background-color: #0062C7;
  color: #FFFFFF;
}
.index_main {
  margin: 60px 0;
}
.index_main .index_new1 {
  text-align: center;
}
.index_main .index_new1 .title {
  display: block;
  color: #0062C7;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.index_main .index_new1 .title .icon {
  display: none;
}
.index_main .index_new1 .p {
  margin-top: 25px;
  font-size: 18px;
}
.index_main .index_new1 .p a {
  color: #333333;
  margin: 0 15px;
  transition: all 0.3s;
}
.index_main .index_new2 {
  margin-top: 40px;
}
.index_main .index_new2 .index_banner {
  float: left;
  width: 720px;
  overflow: hidden;
}
.index_main .index_new2 .index_banner_mob {
  /* display: none; */
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.index_main .index_new2 .index_banner .swiper-slide,
.index_main .index_new2 .index_banner_mob .swiper-slide {
  position: relative;
}
.index_main .index_new2 .index_banner .swiper-slide a,
.index_main .index_new2 .index_banner_mob .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
}
.index_main .index_new2 .index_banner .swiper-slide img,
.index_main .index_new2 .index_banner_mob .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.index_main .index_new2 .index_banner .swiper-slide .word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 30px 170px 0 20px;
  text-align: left;
  color: #FFFFFF;
  font-size: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.index_main .index_new2 .index_banner_mob .swiper-slide .word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 12px 10px 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s;
}
.index_main .index_new2 .index_banner .swiper-slide .word p,
.index_main .index_new2 .index_banner_mob .swiper-slide .word p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_main .index_new2 .index_banner .swiper-button-next,
.index_main .index_new2 .index_banner_mob .swiper-button-next {
  right: 0;
}
.index_main .index_new2 .index_banner .swiper-button-prev,
.index_main .index_new2 .index_banner_mob .swiper-button-prev {
  left: 0;
}
.index_main .index_new2 .index_banner .swiper-button-next,
.index_main .index_new2 .index_banner .swiper-button-prev {
  width: 46px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  background-size: 14px 34px;
}
.index_main .index_new2 .index_banner_mob .swiper-button-next,
.index_main .index_new2 .index_banner_mob .swiper-button-prev {
  width: 30px;
  height: 38px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  background-size: 12px 24px;
}
.index_main .index_new2 .index_banner .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  right: 17px;
  left: auto;
  bottom: 24px;
}
.index_main .index_new2 .index_banner .swiper-pagination-bullet {
  border: 0;
  width: 7px;
  height: 7px;
  opacity: 1;
}
.index_main .index_new2 .index_banner .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #0062C7;
  width: 13px;
  border-radius: 3px;
}
.index_main .index_new2 .index_right {
  float: right;
  width: 450px;
}
.index_main .index_new2 .index_right .item {
  margin-bottom: 35px;
}
.index_main .index_new2 .index_right .item .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.index_main .index_new2 .index_right .item .p a {
  display: block;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  margin-top: 15px;
  transition: all 0.3s;
}
.index_main .index_new2 .index_right .item:last-child {
  margin-bottom: 0;
}
.index_main .index_new3 {
  margin-top: 45px;
  height: 33px;
  line-height: 33px;
  background: #F4F4F4;
  overflow: hidden;
}
.index_main .index_new3 .info_left {
  float: left;
  width: 100px;
  height: 33px;
  background: url(../images/index_info.png) no-repeat;
  background-size: 100% 100%;
}
.index_main .index_new3 .winbox {
  width: 1040px !important;
  height: 33px;
  overflow: hidden;
  position: relative;
  margin-left: 130px;
}
.index_main .index_new3 .winbox .scroll .item {
  margin: 0 20px;
}
.index_main .index_new3 .winbox .scroll .item em {
  color: #999999;
  margin-left: 10px;
}
.index_main .index_new4 {
  margin-top: 60px;
}
.index_main .index_new4 .news_list {
  margin: 0 -8px;
}
.index_main .index_new4 .news_list .item {
  float: left;
  width: 25%;
  padding: 0 8px;
}
.index_main .index_new4 .news_list .item .inbox {
  display: block;
}
.index_main .index_new4 .news_list .item .inbox .img {
  overflow: hidden;
}
.index_main .index_new4 .news_list .item .inbox img {
  display: block;
  width: 100%;
  height: 162px;
  transition: all 0.3s;
}
.index_main .index_new4 .news_list .item .inbox p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 12px;
  transition: all 0.3s;
}
.index_main .index_new4 .news_text {
  margin-top: 20px;
}
.index_main .index_new4 .news_text .item {
  float: left;
  width: 50%;
  line-height: 25px;
  font-size: 18px;
  padding: 15px 0;
}
.index_main .index_new4 .news_text .item a {
  transition: all 0.3s;
}
.index_main .line {
  height: 1px;
  background-color: #DCDCDC;
  margin: 40px 0 60px;
}
.index_main .index_new5 .magazine_box {
  float: left;
  width: 370px;
  margin-bottom: 0;
}
.index_main .index_new5 .magazine_box .title {
  margin-bottom: 30px;
  height: 24px;
  display: block;
}
.index_main .index_new5 .magazine_box .title img {
  display: block;
  height: 100%;
  transition: all 0.3s;
}
.index_main .index_new5 .magazine_box .kan_list {
  margin: 0 -18px;
  padding-bottom: 20px;
}
.index_main .index_new5 .magazine_box .kan_list .item {
  padding: 0 4px;
  float: left;
  width: 50%;
}
.index_main .index_new5 .magazine_box .kan_list .item a {
  display: block;
}
.index_main .index_new5 .magazine_box .kan_list .item a .img {
  overflow: hidden;
}
.index_main .index_new5 .magazine_box .kan_list .item a img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.index_main .index_new5 .magazine_box .kan_list .item a p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_main .index_new5 .magazine_box .maga_line {
  height: 1px;
  width: 100%;
  background-color: #DCDCDC;
}
.index_main .index_new5 .magazine_box .word_list {
  /* border-top: 1px solid #DCDCDC; */
  padding-top: 15px;
  margin: 0 -12px;
}
.index_main .index_new5 .magazine_box .word_list a {
  display: block;
  width: 50%;
  float: left;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  padding: 7px 5px;
  text-align: left;
}
.index_main .index_new5 .magazine_box .word_list a:nth-child(2n) {
  /* padding-left: 15px; */
}
.index_main .index_new5 .newest_box {
  float: left;
  width: 400px;
  margin: 0 30px;
}
.index_main .index_new5 .newest_box .title {
  margin-bottom: 30px;
  line-height: 24px;
  color: #0062C7;
  font-size: 22px;
  font-weight: bold;
  font-family: "microsoft yahei";
}
.index_main .index_new5 .newest_box .item {
  margin-bottom: 40px;
}
.index_main .index_new5 .newest_box .item .titlep {
  display: block;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: #000000;
}
.index_main .index_new5 .newest_box .item .p a {
  display: block;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  color: #444444;
}
.index_main .index_new5 .newest_box .item:last-child {
  margin-bottom: 0;
}
.index_main .index_new5 .recruit_box {
  float: right;
  width: 362px;
  border: 1px solid #DCDCDC;
  padding: 25px 20px;
}
.index_main .index_new5 .recruit_box .title {
  height: 24px;
  display: block;
}
.index_main .index_new5 .recruit_box .title img {
  display: block;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s;
}
.index_main .index_new5 .recruit_box .recruit_list {
  margin: 0 -10px;
}
.index_main .index_new5 .recruit_box .recruit_list .item {
  padding: 0 10px;
  margin-top: 20px;
  float: left;
  width: 50%;
}
.index_main .index_new5 .recruit_box .recruit_list .item .img {
  height: 80px;
  line-height: 78px;
  border: 1px solid #DCDCDC;
  margin-bottom: 13px;
  text-align: center;
}
.index_main .index_new5 .recruit_box .recruit_list .item .img img {
  max-height: 66px;
  margin: 0 auto;
  vertical-align: middle;
}
.index_main .index_new5 .recruit_box .recruit_list .item .p {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.index_main .index_new6 {
  margin: 60px 0;
}
.index_main .index_new6 a {
  display: block;
  position: relative;
}
.index_main .index_new6 .img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.index_main .index_new6 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
}
.index_main .index_common {
  margin-bottom: 60px;
}
.index_main .index_common .common_left {
  float: left;
  width: 800px;
}
.index_main .index_common .common_left .title_hd {
  padding-bottom: 20px;
  line-height: 30px;
  color: #0062C7;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 35px;
  display: block;
}
.index_main .index_common .common_left .title_hd span {
  padding: 0 20px;
  position: relative;
  font-family: "microsoft yahei";
  display: inline-block;
  line-height: 30px;
  height: 30px;
}
.index_main .index_common .common_left .title_hd span::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0062C7;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.index_main .index_common .common_left .common_main .picture_box {
  float: left;
  width: 370px;
  margin: 0 -5px -25px;
}
.index_main .index_common .common_left .common_main .picture_box .item {
  float: left;
  padding: 0 5px;
  width: 50%;
  margin-bottom: 25px;
}
.index_main .index_common .common_left .common_main .picture_box .item .img {
  overflow: hidden;
}
.index_main .index_common .common_left .common_main .picture_box .item img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.index_main .index_common .common_left .common_main .picture_box .item p {
  line-height: 22px;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}
.index_main .index_common .common_left .common_main .picture_box .item:first-child {
  width: 100%;
  /* margin-bottom: 25px; */
}
.index_main .index_common .common_left .common_main .picture_box .item:first-child p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.index_main .index_common .common_left .common_main .word_box {
  float: right;
  width: 400px;
}
.index_main .index_common .common_right {
  float: right;
  width: 310px;
}
.index_main .index_common .common_right .title_hd {
  padding-bottom: 24px;
  padding-left: 20px;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  margin-bottom: 35px;
  display: block;
}
.index_main .index_common .common_right .title_hd img {
  display: block;
  height: 24px;
}
.index_main .index_common .common_right .title_hd::before {
  content: '';
  display: block;
  width: 3px;
  height: 24px;
  background-color: #0062C7;
  position: absolute;
  left: 0;
  top: 0;
}
.index_main .index_common .common_right .word_box .item .p a {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  position: relative;
  padding-left: 13px;
}
.index_main .index_common .common_right .word_box .item .p a span {
  width: 5px;
  height: 5px;
  background: #D8D8D8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  transition: all 0.3s;
}
.index_main .index_common .common_right .imgtxt_box {
  position: relative;
  margin-top: 40px;
}
.index_main .index_common .common_right .imgtxt_box .img {
  overflow: hidden;
}
.index_main .index_common .common_right .imgtxt_box img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.index_main .index_common .common_right .imgtxt_box .word {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 47px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 17px 11px 0;
}
.index_main .index_common .common_right .imgtxt_box .word p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFFFFF;
}
.index_main .word_box .item {
  margin-bottom: 40px;
}
.index_main .word_box .item .titlep {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  color: #000000;
}
.index_main .word_box .item .p a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  transition: all 0.3s;
  color: #444444;
}
.index_main .word_box .item:last-child {
  margin-bottom: 0;
}
.index_main .margintop40 {
  margin-top: 40px;
}
.common_title .title_hd {
  padding-bottom: 20px;
  line-height: 30px;
  color: #0062C7;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 35px;
}
.common_title .title_hd span {
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
.common_title .title_hd span::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0062C7;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.footer {
  border-top: 1px solid #0062C7;
}
.footer .link_box {
  background-color: #F4F4F4;
  /* height: 60px; */
  padding: 23px 0;
}
.footer .link_box .link_list {
  margin: 0 -30px;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.footer .link_box .link_list span {
  margin-right: 10px;
  /* float: left; */
}
.footer .link_box .link_list .link_right {
  /* margin-left: 80px; */
}
.footer .link_box .link_list a {
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #333333;
  margin-right: 5px;
  transition: all 0.3s;
}
.footer .link_box .link_list a:last-child {
  border-right: 0;
}
.footer .copy_box {
  background-color: #F9F9F9;
  padding: 25px 0;
  text-align: center;
}
.footer .copy_box .about_block {
  text-align: center;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.footer .copy_box .about_block a,
.footer .copy_box .about_block span {
  line-height: 1;
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #333333;
  margin-right: 5px;
  transition: all 0.3s;
}
.footer .copy_box .about_block span a {
  padding: 0;
  margin: 0;
  border: 0;
}
.footer .copy_box .about_block a:first-child {
  border-left: 0;
}
.footer .copy_box .about_block .report_btn {
  width: 200px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #0062C7;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #0062C7;
  position: absolute;
  right: -200px;
  top: 50%;
  margin-top: -15px;
  padding-left: 28px;
  background: url(../images/icon_police.png) no-repeat;
  background-position: 10px center;
  background-size: 17px 23px;
}
.footer .copy_box .about_block .report_btn .report-item {
  position: absolute;
  left: 18px;
  right: 5px;
  top: 0;
  height: 100%;
  line-height: 28px;
  border: 0;
  display: none;
}
.footer .copy_box .about_block .report_btn .report-item.active {
  display: block;
}
.footer .copy_box .copy_info {
  margin-top: 20px;
  text-align: center;
  color: #666666;
  line-height: 2;
}
.footer .copy_box .copy_info .li span {
  display: inline-block;
  line-height: 1;
  padding-left: 10px;
  border-left: 1px solid #666666;
  margin-right: 5px;
}
.footer .copy_box .copy_info .li span:first-child {
  border-left: 0;
}
.cf {
  zoom: 1;
}
.nav_more_con {
  display: none;
  background: #fff;
  z-index: 20;
}
.nav_more_con .more_btn {
  background: url(../images/icon_close.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50px;
  right: 5%;
  cursor: pointer;
  background-size: 20px 20px;
  background-position: center center;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
}
.nav_more_con .more_btn:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.nav_more_con .layout {
  width: 1000px;
  margin: 0 auto;
}
.nav_more_con .layout h1 {
  text-align: center;
  margin-top: 50px;
}
.nav_more_con .layout h1 img {
  height: 75px;
}
.nav_more_con .layout .medial_ul2 {
  margin-top: -40px;
}
.nav_more_con .layout .medial_ul2 .item {
  float: left;
  width: 33.333%;
  margin-top: 40px;
}
.nav_more_con .layout .medial_ul2 .item .inbox {
  display: block;
  width: 220px;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  text-align: center;
  line-height: 70px;
}
.nav_more_con .layout .medial_ul2 .item .inbox img {
  max-width: 90%;
}
.nav_mask {
  background: #000;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  top: 0;
  position: absolute;
  z-index: 10;
}
.channel_block1 .swiper_box {
  float: left;
  width: 840px;
  background-color: #F4F4F4;
  padding: 20px;
}
.channel_block1 .swiper_box_mob {
  width: 100%;
  background-color: #F4F4F4;
  padding: 10px;
  display: none;
}
.channel_block1 .swiper_box .swiper-container {
  padding-bottom: 30px;
}
.channel_block1 .swiper_box .swiper-container .swiper-pagination {
  bottom: 0;
}
.channel_block1 .swiper_box .swiper-container .swiper-pagination-bullet {
  background: #DCDCDC;
  border: 0;
  opacity: 1;
}
.channel_block1 .swiper_box .swiper-container .swiper-pagination-bullet-active {
  width: 13px;
  border-radius: 4px;
  background: #0062C7;
}
.channel_block1 .swiper_box .swiper-slide,
.channel_block1 .swiper_box_mob .swiper-slide {
  background-color: transparent;
  justify-content: space-between;
}
.channel_block1 .swiper_box .item {
  position: relative;
  padding-left: 300px;
  display: block;
  width: 100%;
}
.channel_block1 .swiper_box_mob .item {
  position: relative;
  display: block;
  width: 100%;
}
.channel_block1 .swiper_box_mob .swiper-slide .word {
  text-align: left;
  display: block;
}
.channel_block1 .swiper_box_mob .swiper-slide .word h2 {
  font-size: 18px;
  line-height: 1.5;
}
.channel_block1 .swiper_box_mob .swiper-slide .word .p {
  font-size: 16px;
  margin-top: 10px;
  padding-top: 10px;
  line-height: 1.5;
  border-top: 1px dashed #DCDCDC;
  color: #666666;
}
.channel_block1 .swiper_box_mob .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  display: block;
  margin-top: 10px;
}
.channel_block1 .swiper_box_mob .swiper-slide .img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.channel_block1 .swiper_box .swiper-slide .word {
  width: 260px;
  text-align: left;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.channel_block1 .swiper_box .swiper-slide .word h2 {
  font-size: 24px;
  line-height: 40px;
  transition: all 0.3s;
}
.channel_block1 .swiper_box .swiper-slide .word .p {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed #DCDCDC;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.channel_block1 .swiper_box .swiper-slide .img {
  width: 100%;
  overflow: hidden;
  display: block;
}
.channel_block1 .swiper_box .swiper-slide .img img {
  display: block;
  width: 100%;
  max-width: 100%;
  transition: all 0.3s;
}
.channel_block1 .word_box {
  float: right;
  width: 300px;
}
.index_main .channel_block1 .word_box .item .titlep,
.index_main .channel_block1 .word_box .item .p a {
  font-size: 18px;
}
.channel_block2 {
  margin-top: 60px;
}
.channel_block2 .channel_left {
  float: left;
  width: 840px;
}
.channel_block2 .channel_left .cha_tab .tab_head {
  padding-top: 20px;
  border-top: 1px solid #DCDCDC;
}
.channel_block2 .channel_left .cha_tab .tab_head .li {
  float: left;
  padding: 0 10px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  color: #333333;
  cursor: pointer;
  font-family: "microsoft yahei";
}
.channel_block2 .channel_left .cha_tab .tab_head .li::before {
  content: '';
  display: none;
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0062C7;
}
.channel_block2 .channel_left .cha_tab .tab_head .li.on {
  color: #0062C7;
}
.channel_block2 .channel_left .cha_tab .tab_head .li.on::before {
  display: block;
}
.channel_block2 .channel_left .cha_tab .tab_body .newlist_box {
  display: none;
}
.channel_block2 .channel_left .cha_tab .tab_body .newlist_box.show {
  display: block;
}
.cha_tab .pages_box {
  margin-top: 30px;
}
.cha_tab .tab_head {
  padding-top: 20px;
  border-top: 1px solid #DCDCDC;
}
.cha_tab .tab_head .li {
  float: left;
  padding: 0 10px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 1;
  position: relative;
  color: #333333;
  cursor: pointer;
}
.cha_tab .tab_head .li::before {
  content: '';
  display: none;
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0062C7;
}
.cha_tab .tab_head .li.on {
  color: #0062C7;
}
.cha_tab .tab_head .li.on::before {
  display: block;
}
.newest_box .title {
  margin-bottom: 30px;
  line-height: 24px;
  color: #0062C7;
  font-size: 22px;
  font-weight: bold;
}
.newest_box .item {
  margin-bottom: 40px;
}
.newest_box .item .titlep {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.newest_box .item .p a {
  display: block;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  transition: all 0.3s;
}
.newest_box .item:last-child {
  margin-bottom: 0;
}
.special_list.newlist_box .item:first-child {
  padding-top: 10px;
}
.newlist_box .item {
  padding: 40px 0;
  border-bottom: 1px solid #DCDCDC;
}
.newlist_box .item .tt {
  font-size: 20px;
  line-height: 1.5;
  transition: all 0.3s;
}
.newlist_box .item .p {
  margin: 15px 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}
.newlist_box .item .info {
  color: #999999;
  line-height: 1;
}
.newlist_box .item .info span {
  margin-right: 30px;
}
.common_right {
  float: right;
  width: 320px;
}
.common_right .right_box .title_hd {
  line-height: 20px;
  padding-left: 10px;
  border-left: 3px solid #0062C7;
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "microsoft yahei";
  display: block;
}
.common_right .right_box .recommon_ul {
  margin-bottom: 30px;
}
.common_right .right_box .recommon_ul .item {
  padding: 20px 0;
  border-top: 1px solid #DCDCDC;
}
.common_right .right_box .recommon_ul .item .inbox .img {
  width: 137px;
  float: left;
  overflow: hidden;
}
.common_right .right_box .recommon_ul .item .inbox .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.common_right .right_box .recommon_ul .item .inbox .p {
  margin-left: 157px;
  line-height: 1.6;
  transition: all 0.3s;
}
.common_right .right_box .recommon_ul .item:first-child {
  border-top: 0;
  padding-top: 0;
}
.common_right .right_box .swiper-container {
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.common_right .right_box .swiper-slide {
  border: 1px solid #DCDCDC;
  display: block;
  padding-bottom: 20px;
  text-align: left;
}
.common_right .right_box .swiper-slide .img {
  overflow: hidden;
}
.common_right .right_box .swiper-slide .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.common_right .right_box .swiper-slide .p {
  line-height: 1.6;
  padding: 10px;
  transition: all 0.3s;
  font-family: "microsoft yahei";
}
.common_right .right_box .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  border-radius: 0;
  background: #979797;
  opacity: 1;
}
.common_right .right_box .swiper-pagination-bullet-active {
  width: 40px;
  background: #0062C7;
}
.common_right .right_box .rank_ul .item {
  display: block;
  line-height: 20px;
  height: 40px;
  padding: 10px 0;
  overflow: hidden;
  transition: all 0.3s;
}
.common_right .right_box .rank_ul .item .number {
  display: block;
  width: 20px;
  float: left;
  font-family: Helvetica;
  margin-right: 6px;
  font-size: 18px;
  height: 20px;
  padding: 2px 8px 2px 0;
}
.common_right .right_box .rank_ul .item .number img {
  display: block;
  max-height: 100%;
  margin: 0 auto;
}
.common_right .right_box .rank_ul .item:last-child .number {
  padding: 2px 0 2px 0;
}
.common_right .right_box .rank_ul .item:last-child .number img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
}
.common_right .right_box .rank_ul .item:nth-child(1) .number,
.common_right .right_box .rank_ul .item:nth-child(2) .number,
.common_right .right_box .rank_ul .item:nth-child(3) .number {
  color: #0062C7;
}
.common_right .right_box .img_list {
  margin-top: 20px;
}
.common_right .right_box .img_list .li {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
.common_right .right_box .img_list .li img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.bread_block {
  color: #999999;
  line-height: 1;
}
.bread_block a {
  color: #999999;
}
.new_page {
  margin: 40px 0 90px;
}
.new_page .new_title {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
}
.new_page .new_title .title {
  font-size: 36px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.new_page .new_title .subtitle {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
  color: #666;
}

.new_page .new_title .info {
  line-height: 40px;
}
.new_page .new_title .info .word {
  float: left;
  color: #999999;
}
.new_page .new_title .info .word span {
  margin-right: 20px;
}
.new_page .new_title .info .share_box {
  float: right;
}
.new_page .new_title .info .share_box .bshare-custom {
  line-height: 40px !important;
}
.new_page .new_title .info .share_box .bshare-custom span {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
}
.new_page .new_content {
  margin-top: 80px;
}
.new_page .new_content .word .p {
  #height: 15em;
  #overflow: hidden;
}
.new_content .word {
  font-size: 16px;
  line-height: 1.5em;
  font-family: 宋体, SimSun;
}
.new_content .word img {
  display: block;
  max-width: 100%;
  margin: 40px auto 0 !important;
}
.new_content .word .spe_img {
  max-width: 420px;
}
.new_content .word strong {
  #display: block;
  #text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.new_content .word p {
  margin-bottom: 10px;
  font-family: 宋体, SimSun;
  /* text-indent: 2em; */
}
.new_content .word p span {
  font-family: 宋体, SimSun;
}
.new_content .btn_more {
  height: 70px;
  line-height: 68px;
  text-align: center;
  color: #999999;
  font-size: 18px;
  border: 1px solid #DCDCDC;
  cursor: pointer;
  margin-top: 30px;
  transition: all 0.3s;
}
.new_content .text_box {
  margin-top: 33px;
  text-align: center;
  color: #999999;
  font-size: 18px;
  line-height: 1.5;
}
.new_content .other_box {
  margin-top: 40px;
  line-height: 1.6;
  font-size: 18px;
}
.new_content .other_box .li {
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.search_page {
  margin-top: 40px;
}
.search_page .search_left {
  float: left;
  width: 840px;
}
.search_page .search_left .search_block1 {
  border: 1px solid #DCDCDC;
}
.search_page .search_left .search_block1 .sera_input {
  padding: 30px;
  border-bottom: 1px solid #DCDCDC;
}
.search_page .search_left .search_block1 .sera_input .input {
  width: 400px;
  position: relative;
  height: 40px;
  padding: 12px 50px 10px 12px;
  line-height: 1;
  border: 1px solid #DCDCDC;
}
.search_page .search_left .search_block1 .sera_input .input input {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
  outline: none;
  height: 15px;
  line-height: 1;
  font-size: 14px;
}
.search_page .search_left .search_block1 .sera_input .input .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: url(../images/icon_search_blue.svg) no-repeat;
  background-position: center center;
}
.search_page .search_left .search_block1 .sera_input .hot_word {
  color: #666666;
  line-height: 1;
  margin-top: 15px;
}
.search_page .search_left .search_block1 .sera_input .hot_word a {
  color: #666666;
  margin-right: 10px;
}
.search_page .search_left .search_block1 .sear_menu .item {
  position: relative;
  padding-left: 92px;
}
.search_page .search_left .search_block1 .sear_menu .item .span {
  background: #F4F4F4;
  font-weight: bold;
  padding: 20px 25px;
  line-height: 2;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.search_page .search_left .search_block1 .sear_menu .item .sear_con {
  padding: 20px 30px;
  border-bottom: 1px solid #DCDCDC;
}
.search_page .search_left .search_block1 .sear_menu .item .sear_con a {
  color: #666666;
  margin-right: 20px;
  line-height: 2;
  display: inline-block;
  transition: all 0.3s;
}
.search_page .search_left .search_block1 .sear_menu .item .sear_con .layui-input {
  width: 150px;
  display: inline-block;
  margin-right: 20px;
  background: url(../images/icon_time.svg) no-repeat;
  background-position: 120px center;
}
.search_page .search_left .search_block1 .sear_menu .item:first-child .span {
  border-bottom: 1px solid #DCDCDC;
}
.search_page .search_left .secrah_block2 {
  height: 50px;
  line-height: 50px;
  background-color: #F4F4F4;
  margin-top: 20px;
  padding: 0 20px;
}
.search_page .search_left .secrah_block2 .res_left {
  float: left;
  color: #0062C7;
  font-weight: bold;
}
.search_page .search_left .secrah_block2 .res_right {
  float: right;
  color: #666666;
}
.search_page .search_left .secrah_block2 .res_right span {
  margin-right: 10px;
  font-weight: bold;
}
.search_page .search_left .secrah_block2 .res_right .select {
  color: #999999;
  width: 70px;
  height: 30px;
  text-align: center;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
}
.search_page .search_left .pages_box {
  margin-top: 40px;
}
.pages_box {
  text-align: center;
  line-height: 25px;
}
.pages_box .a {
  display: inline-block;
  color: #999999;
  margin: 0 6px;
}
.pages_box .a.on {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #DCDCDC;
  color: #0062C7;
}
.show_pc {
  display: block;
}
.show_mobile {
  display: none;
}
.header_mb {
  display: none;
  z-index: 90;
  background-color: #0062C7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.header_mb .menu_top {
  padding: 0 10px;
  height: 65px;
}
.header_mb .menu_top .logo {
  height: 45px;
  /* width: 130px; */
  display: flex;
  align-items: center;
  margin-top: 10px;
  float: left;
  box-sizing: border-box;
}
.header_mb .menu_top .logo img {
  /* height: 100%; */
  height: 100%;
  /* max-height: 100%; */
}
.header_mb .menu_top .search {
  float: right;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 50px;
  top: 17px;
  /* margin-top: 17px; */
}
.header_mb .menu_top .search .input {
  display: none;
  width: 100%;
  border: 0;
  height: 14px;
  line-height: 1;
  outline: none;
  background-color: transparent;
  color: #FFFFFF;
}
.header_mb .menu_top .search .btn_search {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: url(../images/icon_search.png) no-repeat;
  background-size: 18px 18px;
  background-position: center center;
}
.header_mb .menu_top .menu-btn {
  float: right;
  width: 40px;
  height: 54px;
  z-index: 9999;
  position: relative;
  margin-top: 5px;
}
.header_mb .menu_top .menu-btn span {
  width: 18px;
  height: 1px;
  position: absolute;
  left: 16px;
  top: 18px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.header_mb .menu_top .menu-btn span:nth-child(2) {
  top: 25px;
  background-color: #FFFFFF;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.header_mb .menu_top .menu-btn span:nth-child(3) {
  top: 32px;
}
.header_mb .menu_top .menu-btn.active span {
  background-color: #0062C7;
}
.header_mb .menu_top .menu-btn.active span:nth-child(1) {
  height: 2px;
  top: 29px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.header_mb .menu_top .menu-btn.active span:nth-child(2) {
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
}
.header_mb .menu_top .menu-btn.active span:nth-child(3) {
  height: 2px;
  top: 29px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.header_mb .menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -50%;
  z-index: 100;
  width: 50%;
  background: url(../images/nav_mb.jpg) no-repeat 100% 100%;
  transition: all 0.3s;
}
.header_mb .menu .con {
  margin-top: 80px;
}
.header_mb .menu .nav_list .item {
  margin: 0 20px;
  border-bottom: 1px solid #E6E6E6;
}
.header_mb .menu .nav_list .item .nav_blcok {
  position: relative;
  text-align: center;
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  display: block;
  font-weight: bold;
  padding: 20px 0;
}
.header_mb .menu .nav_list .item .nav_blcok .bl {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 0;
  background: url(../images/icon_down.png) no-repeat center center;
  background-size: 10px 6px;
}
.header_mb .menu .nav_list .item .second_nav {
  background-color: #FBFBFB;
  padding: 0 20px;
  display: none;
}
.header_mb .menu .nav_list .item .second_nav .second_href {
  display: block;
  text-align: center;
  color: #333333;
  line-height: 42px;
  border-bottom: 1px solid #E6E6E6;
}
.header_mb .menu .nav_list .item .second_nav .second_href:last-child {
  border-bottom: 0;
}
.header_mb .menu .nav_list .item .second_nav .code_box {
  padding: 10px;
}
.header_mb .menu .nav_list .item .second_nav .code_box img {
  display: block;
  width: 100%;
}
.header_mb .menu .nav_list .item.on .nav_blcok .bl {
  background: url(../images/icon_up.png) no-repeat center center;
  background-size: 10px 6px;
}
.header_mb .menu .nav_list .item.on .second_nav {
  display: block;
  border-top: 1px solid #E6E6E6;
}
.header_mb .menu.active {
  right: 0;
}
.header_mb .mob-top-nav {
  position: relative;
  width: 100%;
  height: 65px;
  border-radius: 15px 15px 0 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #0062C7;
}
.header_mb .mob-top-nav .part {
  position: relative;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.header_mb .mob-top-nav .part .top-nav-pro {
  position: relative;
  width: -moz-calc(70%);
  width: calc(100% - 24px);
  color: #5b5b5b;
  font-size: 0;
  height: 100%;
}
.header_mb .mob-top-nav .part .top-nav-pro .top-nav-pro-cont {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
.header_mb .mob-top-nav .part .top-nav-pro .top-nav-pro-cont a {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  line-height: 45px;
  color: #5b5b5b;
  height: 100%;
  width: auto;
}
.header_mb .mob-top-nav .part .top-nav-pro .top-nav-pro-cont a.active {
  font-size: 20px;
  color: #212121;
}
.header_mb .mob-top-nav .part .top-nav-pro .top-nav-pro-cont a.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -5px;
  width: 10px;
  height: 2px;
  background: #4886ff;
}
.header_mb .mob-top-nav .part .top-nav-pro:after {
  content: "";
  width: 30px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.header_mb .mob-top-nav .part .top-nav-menu {
  width: 18px;
}
.header_mb .mob-top-nav .part .top-nav-menu .menu-box {
  height: 18px;
  width: 18px;
  position: relative;
  background: url(../images/icon_add_nav.svg) no-repeat;
  background-size: 100%;
}
.header_mb .mob-top-nav .part .top-nav-menu .menu-box .bar {
  display: none;
  height: 2px;
  width: 16px;
  position: absolute;
  background-color: #212121;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.header_mb .mob-top-nav .part .top-nav-menu .menu-box .bar:nth-of-type(1) {
  top: 0;
  width: 10px;
}
.header_mb .mob-top-nav .part .top-nav-menu .menu-box .bar:nth-of-type(1):after {
  content: "";
  position: absolute;
  right: -7px;
  top: -2px;
  width: 4px;
  height: 4px;
  background: #0062C7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.header_mb .mob-top-nav .part .top-nav-menu .menu-box .bar:nth-of-type(2) {
  top: 7px;
}
.header_mb .mob-top-nav .part .top-nav-menu .menu-box .bar:nth-of-type(3) {
  top: 14px;
}
.mob-map {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #0062C7;
}
.mob-map .mob-map-banner {
  height: 65px;
  padding: 0 10px;
}
.mob-map .mob-map-banner .logo {
  height: 45px;
  display: block;
  margin-top: 10px;
  float: left;
  box-sizing: border-box;
}
.mob-map .mob-map-banner .logo img {
  height: 100%;
}
.mob-map .mob-map-cont {
  height: calc(100% - 54px);
  background-color: #FFFFFF;
  position: relative;
  border-radius: 15px 15px 0 0;
}
.mob-map .mob-map-cont .mob-map-title {
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  font-weight: 700;
  color: #212121;
  border-bottom: 1px solid #b8b8b8;
}
.mob-map .mob-map-cont .mob-map-close {
  height: 14px;
  width: 14px;
  position: absolute;
  right: 20px;
  top: 18px;
}
.mob-map .mob-map-cont .mob-map-close .bar {
  height: 2px;
  width: 14px;
  display: block;
  position: absolute;
  background-color: #212121;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.mob-map .mob-map-cont .mob-map-close .bar:nth-of-type(1) {
  width: 11px;
  top: 9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
  -moz-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s;
}
.mob-map .mob-map-cont .mob-map-close .bar:nth-of-type(1):after {
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  width: 3px;
  height: 3px;
  background: #0062C7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mob-map .mob-map-cont .mob-map-close .bar:nth-of-type(2) {
  top: 0.164444rem;
  opacity: 0;
}
.mob-map .mob-map-cont .mob-map-close .bar:nth-of-type(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, -webkit-transform 0.3s ease-out 0.5s;
  -moz-transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s, -webkit-transform 0.3s ease-out 0.5s, -moz-transform 0.3s ease-out 0.5s;
}
.mob-map .mob-map-cont .mob-map-part {
  padding: 20px;
}
.mob-map .mob-map-cont .mob-map-part ul {
  width: 102%;
}
.mob-map .mob-map-cont .mob-map-part ul li {
  float: left;
  width: 23%;
  margin-right: 2%;
  height: 33px;
  line-height: 33px;
  background-color: #eeeff1;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
body.stopScroll {
  height: 100%;
  overflow: hidden;
}
.about_page {
  margin: 40px 0 60px;
}
.about_page .about_left {
  float: left;
  width: 220px;
  background-color: #F4F4F4;
}
.about_page .about_left .item .title {
  height: 60px;
  line-height: 60px;
  padding: 0 18px;
  display: block;
  font-size: 18px;
  color: #333333;
  transition: all 0.3s;
}
.about_page .about_left .item .second_title {
  padding: 0 18px;
}
.about_page .about_left .item .second_title .li {
  height: 50px;
  line-height: 50px;
  display: block;
  color: #666666;
  font-size: 16px;
}
.about_page .about_left .item .second_title .li.on {
  color: #0062C7;
  transition: all 0.3s;
}
.about_page .about_left .item.on .title {
  background: #0062C7;
  color: #FFFFFF;
  font-weight: bold;
}
.about_page .about_right {
  float: right;
  width: 950px;
}
.about_page .about_right .about-top {
  height: 200px;
  overflow: hidden;
  background-color: #0062C7;
  background: linear-gradient(90deg, #0062C7, #196fdb);
  position: relative;
  border-radius: 5px;
  box-shadow: 0 8px 22px 0 #118816;
}
.about_page .about_right .about-top .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.about_page .about_right .new_content {
  margin-top: 30px;
}
.about_page .about_right .new_content .word .p {
  margin-top: 40px;
}
.about_page .about_right .new_content .word strong {
  margin: 40px 0 30px;
}
.about_page .about_right .index-div {
  position: relative;
  z-index: 10;
  height: 100%;
  text-align: center;
  padding-top: 35px;
  color: #FFFFFF;
}
.about_page .about_right .index-div h3 {
  font-size: 38px;
  line-height: 1;
}
.about_page .about_right .index-div .link {
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0 25px;
}
.about_page .about_right .index-div .detail {
  font-size: 24px;
  line-height: 1.5;
}
.about_page .about_right .animation2-block-bottom1 {
  animation: l 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation2-block-bottom1,
.about_page .about_right .animation2-block-bottom2 {
  width: 100%;
  height: 110px;
  left: 0;
  bottom: 0;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.about_page .about_right .animation2-block-bottom2 {
  animation: m 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation2-block-min1 {
  width: 12px;
  height: 12px;
  left: 226px;
  top: 141px;
  animation: h 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation2-block-min2 {
  width: 27px;
  height: 27px;
  left: 264px;
  top: 111px;
  animation: i 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation2-block-min3 {
  width: 10px;
  height: 10px;
  left: 730px;
  top: 150px;
  animation: j 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation2-block-min4 {
  width: 16px;
  height: 16px;
  left: 903px;
  top: 105px;
  animation: k 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation-all {
  position: absolute;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}
.about_page .about_right .animation4-block-left {
  width: 53px;
  height: 47px;
  left: 261px;
  top: 150px;
  background-repeat: no-repeat;
  animation: a 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation4-block-right {
  width: 100px;
  height: 100px;
  left: 598px;
  top: 23px;
  background-repeat: no-repeat;
  animation: b 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation4-block-top {
  width: 96px;
  height: 85px;
  left: 302px;
  top: 0;
  background-repeat: no-repeat;
  animation: c 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation4-block-bottom {
  width: 200px;
  height: 160px;
  left: 383px;
  bottom: 0;
  background-repeat: no-repeat;
  animation: d 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation3-block-left {
  width: 134px;
  height: 102px;
  left: 280px;
  top: 45px;
  background-repeat: no-repeat;
  animation: e 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation3-block-right {
  width: 170px;
  height: 120px;
  left: 539px;
  bottom: 0;
  background-repeat: no-repeat;
  animation: f 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .animation3-block-bottom {
  width: 300px;
  height: 200px;
  left: 287px;
  bottom: 0;
  background-repeat: no-repeat;
  animation: g 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}
.about_page .about_right .common_title {
  color: #0062C7;
  line-height: 1;
}
.about_page .about_right .common_title h2 {
  font-size: 28px;
}
.about_page .about_right .common_title p {
  font-size: 18px;
  margin-top: 15px;
}
.about_page .about_right .website_block {
  margin-top: 30px;
}
.about_page .about_right .website_block .item {
  padding: 19px 0 19px 106px;
  border-bottom: 1px dashed rgba(0, 98, 199, 0.22);
  position: relative;
}
.about_page .about_right .website_block .item .tt {
  position: absolute;
  left: 0;
  top: 19px;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
}
.about_page .about_right .website_block .item .navigation_box {
  line-height: 25px;
  margin-bottom: -15px;
}
.about_page .about_right .website_block .item .navigation_box a {
  display: inline-block;
  color: #666666;
  font-size: 18px;
  margin-right: 50px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.about_page .about_right .website_block .item:last-child {
  border-bottom: 0;
}
.about_left_mb {
  display: none;
  margin: 0 -15px;
}
.about_left_mb .pagetitle {
  height: 45px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #E3E3E3;
  position: relative;
  padding-right: 5px;
}
.about_left_mb .pagetitle .wapperin {
  padding: 0 15px;
}
.about_left_mb .pagetitle .pgbody {
  overflow: auto;
  white-space: nowrap;
}
.about_left_mb .pagetitle .pgbody .item {
  width: auto;
  height: 45px;
  line-height: 45px;
  border: 0;
  margin-right: 20px;
  font-size: 16px;
  float: none;
  display: inline-block;
  padding: 0;
  min-width: 0;
}
.about_left_mb .pagetitle .pgbody .item.on {
  color: #0062C7;
  border-bottom: 1px solid #0062C7;
  font-weight: bold;
}
.about_left_mb .pagetitle .tip_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 45px;
  background: url(../images/icon-rightblack.png) no-repeat;
  background-size: 7px 13px;
  background-position: center center;
}
.about_left_mb .intab {
  font-size: 16px;
  margin-top: 20px;
  padding: 0 20px;
  text-align: center;
}
.about_left_mb .intab span,
.about_left_mb .intab a {
  display: inline-block;
  flex: 1;
  padding: 0 5px;
  margin-bottom: 10px;
  line-height: 1;
  border-left: 1px solid #A8A8A8;
  cursor: pointer;
  position: relative;
}
.about_left_mb .intab span:first-child,
.about_left_mb .intab a:first-child {
  border-left: 0;
}
.about_left_mb .intab span.on,
.about_left_mb .intab a.on {
  color: #0062C7;
}
.team_page {
  margin-top: 30px;
}
.team_page .team_list {
  margin-bottom: 30px;
}
.team_page .team_list .title {
  margin-bottom: 40px;
  font-size: 20px;
  color: #0062C7;
  font-weight: bold;
}
.team_page .team_list .people_ul .item {
  float: left;
  width: 25%;
  margin-bottom: 30px;
}
.team_page .team_list .people_ul .item .inbox {
  overflow: hidden;
  display: block;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.team_page .team_list .people_ul .item .inbox .img img {
  display: block;
  width: 100%;
}
.team_page .team_list .people_ul .item .inbox .word {
  height: 82px;
  position: relative;
}
.team_page .team_list .people_ul .item .inbox .word .sj {
  transition: all 0.3s;
  height: 0;
  border-radius: 100% 100% 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  width: 120%;
  margin-left: -10%;
  z-index: 1;
}
.team_page .team_list .people_ul .item .inbox .word .con {
  position: relative;
  top: -12px;
  z-index: 2;
}
.team_page .team_list .people_ul .item .inbox .word .con .a {
  display: block;
  width: 120px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  background: #0062C7;
  border: 1px solid #0062C7;
  border-radius: 5px;
  margin: 0 auto 8px;
  opacity: 0 !important;
  transition: all 0.3s;
}
.team_page .team_list .people_ul .item .inbox .word .con p {
  font-size: 18px;
  text-align: center;
  transition: all 0.3s;
}
.team_page .team_list .people_ul .item .inbox::before {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #0062C7;
  border-radius: 18px 18px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
}
.team_page .team_list .lead_box {
  margin: 0 -12px;
}
.team_page .team_list .lead_box .item {
  padding: 0 12px;
}
.team_page .team_list .bumen_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.team_page .team_list .bumen_box .item {
  width: 29%;
}
.team_page .team_list .bumen_box .item .inbox {
  margin: 0 27px;
}
.team_page .team_list .bumen_box .item:nth-child(2) {
  #width: 32%;
}
.team_page .before_box .title {
  #font-size: 16px;
  margin-bottom: 20px;
}
.team_page .before_box .before_ul .item {
  float: left;
  width: 14.2%;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  padding: 15px 0;
}
.team_page .before_box .before_ul .item span {
  width: 60px;
  display: inline-block;
  text-align: justify;
}
.contact_page {
  margin-top: 30px;
}
.contact_page .contact_info {
  margin-bottom: -50px;
}
.contact_page .contact_info .item {
  float: left;
  width: 50%;
  padding-left: 90px;
  position: relative;
  font-size: 18px;
  line-height: 1.8em;
  min-height: 7.5em;
  margin-bottom: 50px;
}
.contact_page .contact_info .item .icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
  left: 0;
}
.contact_page .contact_info .item .word .time {
  color: #999999;
  font-size: 14px;
  line-height: 1;
}
.contact_page .contact_info .item .word .inbox {
  display: flex;
}
.contact_page .contact_info .item .word .inbox .ri {
  color: #666666;
}
.contact_page .contact_info .item .word .inbox.special_inbox {
  display: block;
}
.contact_page .map_box {
  margin-top: 80px;
}
.contact_page .map_box .my-map {
  width: 100%;
  height: 290px;
}
.contact_page .map_box .my-map .icon {
  background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
}
.contact_page .map_box .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.contact_page .map_box .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.contact_page .map_box .amap-container {
  height: 100%;
}
.contact_page .map_box .myinfowindow {
  width: 240px;
  min-height: 50px;
}
.contact_page .map_box .myinfowindow h5 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.contact_page .map_box .myinfowindow div {
  margin-top: 10px;
  min-height: 40px;
  line-height: 20px;
  font-size: 13px;
  color: #6f6f6f;
}
.line_block {
  width: 200px;
  margin: 40px auto;
  position: relative;
  text-align: center;
}
.line_block span {
  color: #0062C7;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 0 16px;
  position: relative;
  z-index: 10;
  font-size: 24px;
}
.line_block::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #0062C7;
  z-index: 9;
}
.media_ul {
  margin: 0 -20px;
}
.media_ul .item {
  float: left;
  width: 16.6666%;
  padding: 0 20px;
}
.media_ul .item .inbox {
  display: block;
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  background: #FFFFFF;
  text-align: center;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
  padding-top: 42px;
  position: relative;
  z-index: 10;
  transition: all 0.3s;
}
.media_ul .item .inbox .we_code {
  position: absolute;
  z-index: 11;
  top: 2px;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: all 0.3s;
}
.media_ul .item .inbox .tip {
  position: absolute;
  z-index: 11;
  bottom: 100px;
  width: 100%;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
  color: #333333;
}
.media_ul .item .inbox .icon {
  height: 30px;
}
.media_ul .item .inbox .icon img {
  max-height: 30px;
}
.media_ul .item .inbox p {
  text-align: center;
  line-height: 1;
  margin-top: 18px;
  font-size: 16px;
}
.media_ul .item:hover .inbox .we_code {
  opacity: 1;
  height: 100%;
}
.media_ul .item:hover .inbox .tip {
  opacity: 1;
  bottom: -36px;
}
.person_page {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../images/person_bg.jpg) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.person_page .person_content {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: -3px 4px 10px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 0 108px 40px 70px;
}
.person_page .person_content .person_left {
  float: left;
  width: 500px;
  padding: 47px 0 0;
}
.person_page .person_content .person_left .logo img {
  display: block;
  max-width: 100%;
  height: 75px;
}
.person_page .person_content .person_left .swiper-container {
  padding-bottom: 60px;
}
.person_page .person_content .person_left .swiper-container .swiper-pagination {
  bottom: 0;
}
.person_page .person_content .person_left .swiper-container .swiper-pagination-bullet {
  background: #DCDCDC;
  opacity: 1;
  width: 7px;
  height: 7px;
}
.person_page .person_content .person_left .swiper-container .swiper-pagination-bullet-active {
  width: 13px;
  background: #0062C7;
  border-radius: 3px;
}
.person_page .person_content .person_left .swiper-container img {
  display: block;
  width: 100%;
}
.person_page .person_content .person_right {
  float: right;
  width: 400px;
  padding: 62px 0 0;
}
.person_page .person_content .person_right .title {
  text-align: center;
  color: #666666;
  font-size: 20px;
  margin-bottom: 50px;
}
.person_page .copy_right {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color: #999999;
  line-height: 2;
}
.form_box .group {
  position: relative;
  padding-left: 50px;
  border: 1px solid #DCDCDC;
  height: 50px;
  margin-bottom: 15px;
}
.form_box .group .icon {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F4F4F4;
  width: 50px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_box .group .input {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 14px;
  padding: 17px 10px;
}
.form_box .group.sp_group {
  padding-right: 110px;
}
.form_box .group.sp_group .btn_send {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  background: #0062C7;
  border-radius: 0px 2px 2px 0px;
}
.form_box .group.sp_group .btn_send.gray-bg {
  background: #ababab;
  cursor: auto;
}
.form_box .submit_group {
  margin-top: 30px;
}
.form_box .submit_group .button_submit {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #0062C7;
  border-radius: 2px;
  border: 0;
  outline: none;
  color: #FFFFFF;
  font-size: 16px;
}
.form_box .submit_group .button_submit.disabled_button {
  background: rgba(0, 98, 199, 0.5);
}
.form_box .submit_group .button_yanzheng {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  background: #F4F4F4;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  margin-bottom: 23px;
}
.form_box .submit_group .button_yanzheng span {
  display: block;
  width: 16px;
  height: 16px;
  background: rgba(0, 98, 199, 0.3);
  border-radius: 50%;
  margin-right: 10px;
  padding: 5px;
}
.form_box .submit_group .button_yanzheng span em {
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(0, 98, 199, 0.5);
  border-radius: 50%;
}
.form_box .agree_box {
  display: flex;
  align-items: center;
  color: #999999;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.form_box .agree_box a {
  color: #0062C7;
}
.form_box .agree_box .fr {
  float: right;
}
.form_box .agree_box .checkbox {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
.form_box .agree_box .checkbox #check1 {
  display: none;
}
.form_box .agree_box .checkbox #check1 + label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  border: 1px solid #0062C7;
  border-radius: 2px;
}
.form_box .agree_box .checkbox #check1 + label img {
  display: none;
}
.form_box .agree_box .checkbox #check1:checked + label {
  display: block;
  background: #0062C7;
  line-height: 10px;
  text-align: center;
}
.form_box .agree_box .checkbox #check1:checked + label img {
  display: inline-block;
  vertical-align: middle;
}
.form_box .agree_box.forget_agg a {
  position: absolute;
  right: 0;
}
.form_box .btn_change {
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.form_box .btn_change a {
  color: #0062C7;
}
.form_box .btn_change.spe_change {
  text-align: right;
  margin-right: -70px;
  margin-top: 60px;
}
.forget_con .form_box {
  display: none;
}
.forget_con .form_box.first_step {
  display: block;
}
.person_forget {
  width: 700px;
  background: #FFFFFF;
  box-shadow: -3px 4px 10px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  padding: 47px 64px;
}
.person_forget .logo {
  margin-bottom: 60px;
}
.person_forget .logo img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.person_forget .person_step {
  padding: 0 80px;
}
.person_forget .person_step .title {
  line-height: 1;
  font-size: 20px;
  color: #666666;
  margin-bottom: 40px;
  text-align: center;
}
.person_forget .person_step .modify_txt {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  margin: 30px 0;
  color: #0062C7;
  font-weight: bold;
}
.forget_tab {
  position: relative;
  margin-bottom: 25px;
}
.forget_tab .li {
  float: left;
  width: 33.333%;
  text-align: center;
  color: #999999;
  line-height: 20px;
}
.forget_tab .li .inbox {
  display: inline-block;
  text-align: center;
}
.forget_tab .li .circle {
  background: #FFFFFF;
  width: 24px;
  margin: 0 auto 13px;
  position: relative;
  z-index: 10;
}
.forget_tab .li .circle em {
  display: block;
  width: 8px;
  height: 8px;
  background: #999999;
  border-radius: 50%;
  margin: 0 auto;
}
.forget_tab .li:first-child {
  text-align: left;
}
.forget_tab .li:last-child {
  text-align: right;
}
.forget_tab .li.on {
  color: #0062C7;
}
.forget_tab .li.on .circle em {
  background: #0062C7;
}
.forget_tab::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 40px;
  right: 50px;
  height: 1px;
  background: #D8D8D8;
  z-index: 1;
}
.video_blcok3 {
  margin-bottom: 60px;
}
.video_blcok3 .common_left {
  float: left;
  width: 840px;
}
.video_blcok3 .common_right {
  float: right;
  width: 320px;
}
.video_blcok3 .common_right .title_hd {
  display: block;
  line-height: 30px;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC;
}
.video_blcok3 .common_right .common_title .title_hd::before {
  content: '';
  display: block;
  width: 3px;
  height: 20px;
  background-color: #0062C7;
  position: absolute;
  left: 0;
  top: 5px;
}
.video_blcok3 .common_right .common_title .title_hd {
  font-weight: normal;
  color: #333333;
}
.video_blcok3 .common_right .common_title .title_hd span {
  padding: 0;
}
.video_blcok3 .common_right .common_title .title_hd span::before {
  display: none;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0062C7;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.video_blcok3 .common_right .common_title .title_hd::before {
  /* display: none; */
}
.video_blcok3 .common_right .title_hd::before {
  content: '';
  display: block;
  width: 3px;
  height: 20px;
  background-color: #0062C7;
  position: absolute;
  left: 0;
  top: 5px;
}
.video_page .index_common .common_right .title_hd {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 20px;
}
.video_page .index_common .common_right .title_hd::before {
  height: 20px;
  top: 5px;
}
.video_page .videoest_box {
  margin: 0 -15px;
}
.video_page .videoest_box .item {
  float: left;
  width: 33.3333%;
  padding: 0 15px;
}
.video_page .videoest_box .item .inbox {
  display: block;
  width: 100%;
  position: relative;
}
.video_page .videoest_box .item .inbox .img {
  overflow: hidden;
}
.video_page .videoest_box .item .inbox .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.video_page .videoest_box .item .inbox p {
  font-size: 16px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 15px;
  transition: all 0.3s;
}
.video_page .videoest_box .item:first-child {
  height: 100%;
}
.video_page .videoest_box .item:first-child p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 69px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 35px 10px 10px;
  color: #FFFFFF;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.member_box .item {
  padding: 25px 0;
  border-bottom: 1px solid #DCDCDC;
}
.member_box .item .img {
  float: left;
  width: 85px;
  height: 85px;
}
.member_box .item .word {
  margin-left: 105px;
}
.member_box .item .word .name {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
  transition: all 0.3s;
}
.member_box .item .word .info {
  line-height: 1.8;
}
.member_box .item .word .info p {
  float: left;
  width: 40%;
}
.member_box .item .word .info p span {
  color: #0062C7;
}
.member_box .item .word .info p:nth-child(even) {
  width: 60%;
}
.member_box .item:first-child {
  padding-top: 0;
}
.member_box .item:last-child {
  border-bottom: 0;
}
.video_block1 {
  margin-bottom: 60px;
}
.video_block1 .mod-carousel {
  float: left;
  width: 840px;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.video_block1 .mod_mobile {
  margin-bottom: 15px;
  /* display: none; */
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.video_block1 .mod-carousel .gallery-top {
  height: 100%;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.video_block1 .mod-carousel .gallery-top a,
.video_block1 .mod_mobile .swiper-content-mobile a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.video_block1 .mod-carousel .gallery-top img,
.video_block1 .mod_mobile .swiper-content-mobile img {
  display: block;
  width: 100%;
}
.video_block1 .mod-carousel .gallery-top p,
.video_block1 .mod_mobile .swiper-content-mobile p {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 50px 10px 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
}
.video_block1 .mod_mobile .swiper-content-mobile p {
  display: block;
}
.video_block1 .mod_mobile .swiper-pagination-mobile {
  text-align: right;
  color: #FFFFFF;
  padding-right: 10px;
}
.video_block1 .mod-carousel .gallery-thumbs {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 188px;
  overflow: visible;
}
.video_block1 .mod-carousel .gallery-thumbs .swiper-slide {
  width: 188px;
  height: 90px;
  opacity: 0.2;
  overflow: hidden;
}
.video_block1 .mod-carousel .gallery-thumbs .swiper-slide .thumbnail {
  position: relative;
  width: 188px;
  height: 90px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
.video_block1 .mod-carousel .gallery-thumbs .swiper-slide .mod-tit {
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 18px 10px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
}
.video_block1 .mod-carousel .gallery-thumbs .swiper-slide .mod-tit a {
  color: #FFFFFF;
}
.video_block1 .mod-carousel .gallery-thumbs .swiper-slide.swiper-slide-active {
  right: 30px;
  border: 1px solid #0297fa;
  border-radius: 10px;
  opacity: 1;
  -webkit-transform: scale(1.3, 1.5);
  transform: scale(1.3, 1.5);
}
.video_block1 .mod-carousel .gallery-thumbs .swiper-slide.swiper-slide-active .mod-tit {
  -webkit-transform: scale(0.8, 0.7);
  transform: scale(0.8, 0.7);
  font-size: 12px;
  line-height: 1.2;
  width: 125%;
  margin-left: -12.5%;
  bottom: -8px;
  font-size: 16px;
  padding: 20px 10px 10px 10px;
}
.video_block1 .mod-carousel .swiper-slide {
  border-radius: 6px;
  object-fit: cover;
}
.video_block1 .mod-carousel .swiper-container-vertical > .swiper-pagination-bullets {
  right: 12px;
}
.video_block1 .mod-carousel .mod-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
}
.video_block1 .mod-carousel .mod-arrow .swiper-button-next,
.video_block1 .mod-carousel .mod-arrow .swiper-container-rtl .swiper-button-prev,
.video_block1 .mod-carousel .mod-arrow .swiper-button-prev,
.video_block1 .mod-carousel .mod-arrow .swiper-container-rtl .swiper-button-next {
  display: block;
  top: auto;
  width: 15px;
  height: 10px;
  right: 10px;
  margin-top: 0;
}
.video_block1 .mod-carousel .mod-arrow .swiper-button-next {
  background: url(../images/icon_arrow.png) no-repeat;
  background-position: 0 -11px;
  bottom: 80px;
}
.video_block1 .mod-carousel .mod-arrow .swiper-button-prev {
  background: url(../images/icon_arrow.png) no-repeat;
  background-position: 0 0;
  top: 80px;
  left: auto;
}
.video_block1 .video_new {
  float: right;
  width: 320px;
}
.zhuan_box .inbox {
  display: block;
  width: 100%;
  text-align: left;
}
.zhuan_box .inbox .img {
  overflow: hidden;
}
.zhuan_box .inbox .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.zhuan_box .inbox .img video {
  display: block;
  width: 100%;
}
.zhuan_box .inbox p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 15px;
  transition: all 0.3s;
}
.video_block3 .type_left {
  float: left;
  width: 280px;
  background: #F4F4F4;
}
.video_block3 .type_left .item {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  display: block;
}
.video_block3 .type_left .item.on {
  background: #E9F4FF;
  color: #0062C7;
}
.video_block3 .type_right {
  float: right;
  width: 890px;
}
.video_block3 .type_right .video_content {
  display: none;
}
.video_block3 .type_right .video_content.show {
  display: block;
}
.video_block3 .type_right .zhuan_box {
  margin: 0 -12px;
}
.video_block3 .type_right .zhuan_box .item {
  float: left;
  width: 33.333%;
  padding: 0 12px;
  margin-bottom: 30px;
}
.video_block3 .type_right .zhuan_box .item p {
  height: 50px;
  overflow: hidden;
}
.video_member {
  margin: 40px 0;
}
.video_member .member_block1 {
  margin-top: 40px;
}
.video_member .member_block1 .common_left {
  float: left;
  width: 840px;
  background: #F9F9F9;
  padding: 25px 20px;
}
.video_member .member_block1 .common_left .swiper-slide {
  background: transparent;
}
.video_member .member_block1 .common_left .item {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.video_member .member_block1 .common_left .item .img {
  width: 300px;
  height: 300px;
}
.video_member .member_block1 .common_left .item .img img {
  display: block;
  width: 100%;
}
.video_member .member_block1 .common_left .item .word {
  margin-left: 50px;
}
.video_member .member_block1 .common_left .item .word .name {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
}
.video_member .member_block1 .common_left .item .word .time {
  color: #666666;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 46px;
}
.video_member .member_block1 .common_left .item .word .p {
  font-size: 16px;
  line-height: 2;
}
.video_member .member_block1 .common_left .item .word .p p {
  float: left;
  width: 30%;
  text-align: left;
}
.video_member .member_block1 .common_left .item .word .p p span {
  color: #0062C7;
}
.video_member .member_block1 .common_left .swiper-pagination {
  padding-left: 300px;
}
.video_member .member_block1 .common_left .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #DCDCDC;
  border-radius: 50%;
  opacity: 1;
}
.video_member .member_block1 .common_left .swiper-pagination .swiper-pagination-bullet-active {
  width: 13px;
  background: #0062C7;
  border-radius: 3px;
}
.video_member .member_block1 .common_right {
  float: right;
  width: 320px;
}
.video_member .member_block2 .member_box {
  margin: 0 -20px;
}
.video_member .member_block2 .member_box .item {
  float: left;
  width: 33.333%;
  padding: 0 20px;
  border-bottom: 0 !important;
}
.video_member .member_block2 .member_box .item .inbox {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #DCDCDC;
}
.video_member .member_block2 .pages_box {
  margin-top: 40px;
}
.member_detail {
  margin-top: 40px;
}
.member_detail .memdt_block1 {
  background: #F9F9F9;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 20px;
}
.member_detail .memdt_block1 .me_top .img {
  float: left;
  width: 200px;
  height: 200px;
}
.member_detail .memdt_block1 .me_top .img img {
  display: block;
  width: 100%;
}
.member_detail .memdt_block1 .me_top .word {
  margin-left: 230px;
  position: relative;
}
.member_detail .memdt_block1 .me_top .word .name {
  font-size: 24px;
  line-height: 1.8;
  font-weight: bold;
}
.member_detail .memdt_block1 .me_top .word .time {
  color: #666666;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 24px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DCDCDC;
}
.member_detail .memdt_block1 .me_top .word .btn_ding {
  position: absolute;
  right: 0;
  top: 24px;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  background: #0062C7;
  border-radius: 8px;
  border: 1px solid #0062C7;
}
.member_detail .memdt_block1 .me_top .word .btn_ding.on {
  background: #D2D2D2;
  border: 1px solid #D2D2D2;
  color: #000000;
}
.member_detail .memdt_block1 .me_top .word .p {
  font-size: 18px;
  line-height: 2;
}
.member_detail .memdt_block1 .me_top .word .p span {
  margin-right: 40px;
}
.member_detail .memdt_block1 .me_top .word .p span em {
  color: #0062C7;
}
.member_detail .memdt_block1 .me_bottom {
  margin-top: 40px;
}
.member_detail .memdt_block1 .me_bottom .li {
  float: left;
  width: 25%;
  text-align: left;
  font-size: 18px;
  line-height: 2.5;
}
.member_detail .memdt_block1 .me_bottom .li span {
  color: #0062C7;
}
.member_detail .memdt_block2 {
  margin-bottom: 100px;
}
.member_detail .memdt_block2 .cha_tab {
  position: relative;
}
.member_detail .memdt_block2 .tab_head {
  position: relative;
}
.member_detail .memdt_block2 .tip_right {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 20px;
  height: 45px;
  background: url(../images/icon-rightblack.png) #F2F2F2 no-repeat;
  background-size: 7px 13px;
  background-position: center center;
}
.member_detail .memdt_block2 .tab_body .mem_cont {
  display: none;
  margin-top: 35px;
}
.member_detail .memdt_block2 .tab_body .mem_cont.show {
  display: block;
}
.member_detail .memdt_block2 .zhuan_box {
  margin: 0 -8px;
}
.member_detail .memdt_block2 .zhuan_box .item {
  float: left;
  width: 25%;
  padding: 0 8px;
}
.member_detail .memdt_block2 .zhuan_box .item p {
  height: 50px;
  overflow: hidden;
}
.message_blcok .write_box {
  padding-bottom: 50px;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 40px;
}
.message_blcok .write_box .txt {
  height: 200px;
  border: 1px solid #979797;
  padding: 24px;
}
.message_blcok .write_box .txt textarea {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  border: 0;
  outline: none;
}
.message_blcok .write_box .submit_box {
  text-align: right;
  margin-top: 20px;
}
.message_blcok .write_box .submit_box a {
  color: #0062C7;
}
.message_blcok .write_box .submit_box em {
  color: #0062C7;
  margin: 0 5px;
}
.message_blcok .write_box .submit_box button {
  margin-left: 40px;
  display: inline-block;
  border: 0;
  outline: none;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  background: #0062C7;
  border-radius: 5px;
}
.message_blcok .message_ul .title {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
.message_blcok .message_ul .mess_li .item {
  padding: 30px 0;
  border-bottom: 1px solid #DCDCDC;
}
.message_blcok .message_ul .mess_li .item .inbox {
  display: block;
}
.message_blcok .message_ul .mess_li .item .inbox .img {
  width: 70px;
  height: 70px;
  float: left;
}
.message_blcok .message_ul .mess_li .item .inbox .img img {
  display: block;
  width: 100%;
}
.message_blcok .message_ul .mess_li .item .inbox .word {
  margin-left: 100px;
}
.message_blcok .message_ul .mess_li .item .inbox .word .name {
  font-size: 18px;
  line-height: 1;
}
.message_blcok .message_ul .mess_li .item .inbox .word .time {
  color: #666666;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 20px;
}
.message_blcok .message_ul .mess_li .item .inbox .word .p {
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
}
.message_blcok .message_ul .mess_li .item:last-child {
  border-bottom: 0;
}
.message_blcok .message_ul .pages_box {
  margin-top: 20px;
}
.video_detail {
  margin-top: 40px;
}
.video_detail .video_cont {
  margin-top: 40px;
}
.video_detail .video_cont .video_left {
  float: left;
  width: 840px;
}
.video_detail .video_cont .video_left .right-box {
  margin-top: 20px;
  display: none;
}
.video_detail .video_cont .video_left .video_info {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #DCDCDC;
}
.video_detail .video_cont .video_left .video_info .img img,
.video_detail .video_cont .video_left .video_info .img video {
  display: block;
  width: 100%;
}
.video_detail .video_cont .video_left .video_info .name {
  margin-top: 15px;
  font-size: 24px;
  line-height: 34px;
  position: relative;
}
.video_detail .video_cont .video_left .video_info .name .tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 34px;
  background-color: #0062C7;
  color: #FFFFFF;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-right: 5px;
}
.video_detail .video_cont .video_left .video_info .name .tag span {
  width: 11px;
  height: 11px;
  background: #FFFFFF;
  position: relative;
  padding: 3px;
  display: block;
  border-radius: 50%;
}
.video_detail .video_cont .video_left .video_info .name .tag span::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #0062C7;
}
.video_detail .video_cont .video_left .video_info .name .tag::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 20px solid #0062C7;
  border-bottom: 17px solid transparent;
  position: absolute;
  left: -20px;
  top: 0;
}
.video_detail .video_cont .video_left .video_info .time {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 25px;
}
.video_detail .video_cont .video_left .video_info .p {
  font-size: 18px;
  margin-bottom: 30px;
}
.video_detail .video_cont .video_left .video_info .p span {
  float: left;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.video_detail .video_cont .video_left .video_info .p span img {
  margin-right: 10px;
}
.video_detail .video_cont .video_left .video_info .p span:first-child {
  color: #0062C7;
}
.video_detail .video_cont .video_left .video_info .peo_box {
  background-color: #F9F9F9;
  padding: 20px 30px;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_left {
  float: left;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_left .img {
  float: left;
  width: 60px;
  height: 60px;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_left .img img {
  display: block;
  width: 100%;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_left .word {
  float: left;
  margin-left: 22px;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_left .word .tt {
  font-size: 18px;
  line-height: 1.2;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_left .word .btn_ding {
  display: block;
  margin-top: 10px;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  background: #0062C7;
  border-radius: 4px;
  border: 1px solid #0062C7;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_left .word .btn_ding.on {
  background: #D2D2D2;
  border: 1px solid #D2D2D2;
  color: #000000;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_right {
  float: right;
  padding-top: 10px;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_right .item {
  float: left;
  position: relative;
  margin: 0 10px;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_right .item .bg {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_right .item .bg img {
  display: block;
  width: 100%;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_right .item:hover .bg {
  transform: rotate(360deg);
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_right .item .share_box {
  opacity: 0;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -65px;
  width: 130px;
  transition: all 0.3s;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_right .item:hover .share_box {
  opacity: 1;
}
.video_detail .video_cont .video_left .video_info .peo_box .pe_right .bshare-custom {
  line-height: 50px!important;
}
.video_detail .video_cont .video_right {
  float: right;
  width: 320px;
}
.video_detail .video_cont .video_right .right-box .p .li {
  font-size: 16px;
}
.right-box {
  margin-bottom: 50px;
}
.right-box .title_hd {
  line-height: 20px;
  padding-left: 10px;
  border-left: 3px solid #0062C7;
  font-size: 18px;
  margin-bottom: 30px;
}
.right-box .p .li {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  position: relative;
  padding-left: 13px;
  transition: all 0.3s;
}
.right-box .p .li span {
  width: 5px;
  height: 5px;
  background: #D8D8D8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  transition: all 0.3s;
}
.right-box .zhuan_box .inbox p {
  height: 50px;
  margin-bottom: 5px;
}
.broadcase_box .video_block1 .mod-carousel {
  width: 100%;
  height: 550px;
}
.broad_img {
  margin-bottom: 30px;
}
.broad_img img {
  display: block;
  width: 100%;
}
.broad_dt .broad_info {
  padding-bottom: 40px;
  border-bottom: 1px solid #DCDCDC;
}
.broad_dt .broad_info .tt {
  font-size: 24px;
  line-height: 34px;
  padding-right: 140px;
  position: relative;
}
.broad_dt .broad_info .tt span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #999999;
  display: flex;
  align-items: center;
}
.broad_dt .broad_info .tt span img {
  margin-right: 10px;
}
.broad_dt .broad_info .p {
  margin-top: 15px;
  font-size: 16px;
}
.broad_dt .broad_info .p span {
  margin-right: 25px;
}
.broad_dt .broad_info .p span em {
  color: #0062C7;
  margin-left: 5px;
}
.broad_dt .broad_info .p span:last-child {
  margin-right: 0;
}
.broad_dt .broad_people {
  padding-top: 40px;
}
.broad_dt .broad_people .tt {
  line-height: 1;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
}
.broad_dt .broad_people {
  margin-bottom: 25px;
}
.broad_dt .broad_people .people_box {
  margin-bottom: -20px;
  overflow: hidden;
}
.broad_dt .broad_people .people_box .item .scenes-pic img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.scenes2 {
  width: 100%;
  height: 100%;
}
.scenes2 .swiper-container {
  padding: 20px;
}
.scenes2 .swiper-container .swiper-wrapper {
  padding: 0 20px;
}
.scenes2 .swiper-slide {
  display: block;
}
.scenes2 .swiper-slide,
.scenes2 .scenes2-container {
  position: relative;
  z-index: 2;
  width: 840px;
  height: 580px;
}
.scenes2 .scenes2-container {
  overflow: visible;
}
.scenes2 .item {
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s;
}
.scenes2 .item .hide {
  display: none;
}
.scenes2 .item .scenes-pic {
  background-color: #FFF;
  z-index: 1;
}
.scenes2 .item .scenes-pic img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.scenes2 .item .mask {
  z-index: 2;
  background-color: rgba(255, 244, 244, 0.4);
  transition: all 0.3s;
}
.scenes2 .item:hover {
  z-index: 2;
  transform: matrix(1.15, 0, 0, 1.15, 0, 0);
  box-shadow: 6px 6px 32px rgba(0, 0, 0, 0.35);
}
.scenes2 .item:hover .mask {
  opacity: 0;
}
.scenes2 .item,
.scenes2 .mask,
.scenes2 .scenes-pic {
  width: 130px;
  height: 130px;
}
.scenes2 .item.on {
  z-index: 2;
  transform: matrix(1.25, 0, 0, 1.25, 0, 0);
  box-shadow: 6px 6px 32px rgba(0, 0, 0, 0.35);
}
.scenes2 .item.on .mask {
  opacity: 0;
}
.scenes2 .item-0,
.scenes2 .item:nth-child(1) {
  margin-left: 262px;
}
.scenes2 .mask,
.scenes2 .scenes-pic,
.scenes2 .scenes2-top-box {
  position: absolute;
  top: 0;
  left: 0;
}
.scenes2 .scenes2-top-box {
  z-index: 2;
}
.scenes2 .scenes2-title-box {
  position: absolute;
  bottom: 40px;
  left: 280px;
  width: 530px;
  z-index: 3;
  padding: 20px 40px 0;
  height: 130px;
}
.scenes2 .scenes2-title-box .t1 {
  clear: both;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}
.scenes2 .scenes2-title-box .t2 {
  font-size: 22px;
  margin-right: 30px;
}
.scenes2 .scenes2-title-box .t2 a {
  color: #0062C7;
}
.scenes2 .scenes2-title-box .t3 {
  font-size: 14px;
  line-height: 46px;
}
.scenes2 .scenes2-title-box .t3 a {
  color: #666666;
}
.scenes2 .scenes2-title-box .t2,
.scenes2 .scenes2-title-box .t3 {
  float: left;
  line-height: 40px;
}
.scenes2 .scenes-swiper-btn-tiny {
  top: 85px;
  width: 20px;
  height: 20px;
  background-color: #0062C7;
  background-size: 16px 14px;
}
.scenes2 .swiper-button-prev {
  left: 120px;
}
.scenes2 .swiper-button-next {
  left: 160px;
}
.broad_word {
  padding-top: 40px;
  border-top: 1px solid #DCDCDC;
  margin-bottom: 40px;
}
.broad_word .title {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
}
.broad_word .word_content {
  background: #F9F9F9;
  padding: 20px;
  height: 300px;
  overflow-y: scroll;
}
.broad_word .word_content .text_p {
  line-height: 25px;
  font-size: 16px;
  margin: -15px 0;
}
.broad_word .word_content .text_p .host,
.broad_word .word_content .text_p .guest {
  padding: 15px 0;
}
.broad_word .word_content .text_p .host {
  color: #0062C7;
}
.broad_word .word_content .text_p .guest {
  color: #E02020;
}
.broad_word .word_content .web_p {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
}
.broad_word .word_content::-webkit-scrollbar {
  display: block;
}
.broad_word .zhuan_box {
  margin: 0 -7px;
}
.broad_word .zhuan_box .item {
  width: 25%;
  float: left;
  padding: 0 7px;
}
.broad_word .zhuan_box .item .inbox p {
  height: 50px;
}
.recruit_top {
  padding-bottom: 20px;
}
.recruit_top .top_left {
  float: left;
  width: 800px;
  display: block;
}
.recruit_top .top_left img {
  display: block;
  width: 100%;
}
.recruit_top .top_right {
  float: right;
  width: 370px;
}
.recruit_top .top_right .item {
  display: block;
  width: 100%;
}
.recruit_top .top_right .item img {
  display: block;
  width: 100%;
}
.recruit_top .top_right .item:first-child {
  margin-bottom: 30px;
}
.recruit_ul {
  margin-bottom: 40px;
}
.recruit_ul .item {
  padding: 40px 0;
  border-bottom: 1px solid #DCDCDC;
}
.recruit_ul .item .inbox {
  display: block;
  position: relative;
  height: 140px;
  padding-left: 280px;
}
.recruit_ul .item .inbox .img {
  width: 250px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.recruit_ul .item .inbox .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.recruit_ul .item .inbox .word {
  height: 100%;
  position: relative;
}
.recruit_ul .item .inbox .word .title {
  font-size: 22px;
  line-height: 1.4;
  transition: all 0.3s;
}
.recruit_ul .item .inbox .word .p {
  color: #666666;
  font-size: 16px;
  margin-top: 15px;
}
.recruit_ul .item .inbox .word .time {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #999999;
  line-height: 1;
}
.recruit_ul .item:first-child {
  padding-top: 0;
}
.recruit_ul .item:last-child {
  border-bottom: 0;
}
.magazine_top {
  height: 500px;
  background: url(../images/maga_img01.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 55px 174px;
  position: relative;
}
.magazine_top .swiper-slide {
  transform: scale(0.86);
  background-color: transparent;
}
.magazine_top .swiper-slide .item,
.magazine_top .swiper-slide img {
  display: block;
  width: 100%;
}
.magazine_top .swiper-slide-active,
.magazine_top .swiper-slide-duplicate-active {
  transform: scale(1);
}
.magazine_top .swiper-button-next {
  right: 0;
}
.magazine_top .swiper-button-prev {
  left: 0;
}
.magazine_top .swiper-button-next,
.magazine_top .swiper-button-prev {
  width: 46px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  background-size: 14px 34px;
}
.magazine_box {
  margin-bottom: 40px;
}
.magazine_box .maga_ul {
  margin: 0 -12px;
}
.magazine_box .maga_ul .item {
  float: left;
  width: 25%;
  padding: 0 12px 30px;
}
.magazine_box .maga_ul .item .inbox {
  display: block;
  width: 100%;
  position: relative;
}
.magazine_box .maga_ul .item .inbox .img {
  width: 100%;
  height: 192px;
  background: #F4F4F4;
  border-radius: 50%;
  padding: 20px 38px;
}
.magazine_box .maga_ul .item .inbox img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.magazine_box .maga_ul .item .inbox p {
  text-align: center;
  margin-top: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s;
}
.pay_box {
  background-color: #F4F4F4;
  /* border: 1px solid #DCDCDC; */
  border-top: 0;
  padding: 33px 0 0;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.pay_box .pay_top .tt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  height: 20px;
}
.pay_box .pay_top .tt img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
}
.pay_box .pay_top .fun .item {
  float: left;
  width: 45%;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.pay_box .pay_top .fun .item .img {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}
.pay_box .pay_top .fun .item .img img {
  display: block;
  width: 100%;
}
.pay_box .pay_top .fun .item:last-child {
  width: 55%;
}
.pay_box .pay_top .code {
  margin: 30px 0 20px;
}
.pay_box .pay_top .code .item {
  float: left;
  width: 50%;
  text-align: center;
}
.pay_box .pay_top .code .item img {
  display: block;
  margin: 0 auto;
}
.pay_box .pay_top .code .item p {
  margin-top: 15px;
  line-height: 20px;
}
.pay_box .pay_bottom {
  padding: 15px 20px;
  border-top: 1px solid #DCDCDC;
  line-height: 20px;
}
.pay_box .pay_bottom .h {
  font-weight: bold;
  margin-top: 15px;
}
.picture_topmob {
  display: none;
}
.picture_top .swiper-container {
  padding: 0 180px;
}
.picture_top .swiper-button-next,
.picture_top .swiper-button-prev {
  width: 46px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  background-size: 14px 34px;
}
.picture_top .swiper-button-next {
  right: 180px;
}
.picture_top .swiper-button-prev {
  left: 180px;
}
.picture_top .swiper-slide {
  opacity: 0.5;
}
.picture_top .swiper-slide .item,
.picture_topmob .swiper-slide .item {
  position: relative;
  overflow: hidden;
}
.picture_top .swiper-slide .item p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 30px 170px 0 20px;
  text-align: left;
  color: #FFFFFF;
  font-size: 24px;
  overflow: hidden;
}
.picture_topmob .swiper-slide .item p {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 50px 10px 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
}
.picture_topmob .swiper-pagination-mobile {
  text-align: right;
  color: #FFFFFF;
  padding-right: 10px;
}
.picture_top .swiper-slide .item,
.picture_top .swiper-slide img,
.picture_topmob .swiper-slide .item,
.picture_topmob .swiper-slide img {
  display: block;
  width: 100%;
}
.picture_top .swiper-slide img {
  transition: all 0.3s;
}
.picture_top .swiper-slide-active,
.picture_top .swiper-slide-duplicate-active {
  opacity: 1;
}
.picture_bottom {
  margin-top: 100px;
  margin-bottom: 100px;
}
.picture_bottom .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #0062C7;
}
.picture_bottom .title span {
  display: inline-block;
  padding: 0 10px 15px;
  border-bottom: 2px solid #0062C7;
}
.picture_bottom .picture_tab {
  margin-top: 40px;
}
.picture_bottom .picture_tab .tab_head {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.picture_bottom .picture_tab .tab_head .li {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin: 0 20px;
  cursor: pointer;
}
.picture_bottom .picture_tab .tab_head .li.on {
  background: #0062C7;
  color: #FFFFFF;
}
.picture_bottom .picture_tab .picture_box {
  display: none;
}
.picture_bottom .picture_tab .picture_box.show {
  display: block;
}
.picture_bottom .picture_tab .picture_box .pic_ul {
  margin: -17px -22px;
}
.picture_bottom .picture_tab .picture_box .pic_ul .item {
  padding: 17px 22px;
  float: left;
  width: 33.33%;
}
.picture_bottom .picture_tab .picture_box .pic_ul .item .inbox {
  display: block;
  position: relative;
  overflow: hidden;
}
.picture_bottom .picture_tab .picture_box .pic_ul .item .inbox img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.picture_bottom .picture_tab .picture_box .pic_ul .item .inbox p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 10px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.picture_bottom .picture_tab .picture_box .pic_ul .item:first-child {
  width: 66.666%;
}
.picture_bottom .picture_tab .picture_box .pic_ul .item:first-child .inbox p {
  font-size: 24px;
  height: 70px;
  padding: 30px 20px 0 ;
}
.more_page {
  margin: 40px 0 100px;
}
.more_page .more_top .left_img {
  float: left;
  width: 880px;
  background-color: #F4F4F4;
  padding-left: 240px;
  position: relative;
}
.more_page .more_top .left_img .word {
  width: 240px;
  padding: 45px 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.more_page .more_top .left_img .word .tt {
  position: relative;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  color: #0062C7;
  margin-bottom: 20px;
  display: block;
}
.more_page .more_top .left_img .word .tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #0062C7;
}
.more_page .more_top .left_img .word p {
  color: #666666;
  font-size: 16px;
}
.more_page .more_top .left_img .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.more_page .more_top .left_img .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.more_page .more_top .left_img .img p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 63px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 29px 13px 0;
  line-height: 25px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 18px;
}
.more_page .more_top .right_img {
  float: right;
  width: 300px;
}
.more_page .more_top .right_img .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.more_page .more_top .right_img .item img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.more_page .more_top .right_img .item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 10px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 30px;
}
.more_page .more_top .right_img .item:first-child {
  margin-bottom: 20px;
}
.more_page .more_center {
  margin: 40px 0 90px;
}
.more_page .more_center .item {
  display: block;
  float: left;
  width: 33.333%;
  padding-right: 40px;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.more_page .more_bottom {
  margin-bottom: 60px;
}
.more_page .more_bottom .item {
  position: relative;
  padding-left: 330px;
  margin-bottom: 30px;
  overflow: hidden;
}
.more_page .more_bottom .item .it_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #F4F4F4;
  padding: 36px;
  width: 300px;
}
.more_page .more_bottom .item .it_left .tt {
  position: relative;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  color: #0062C7;
  margin-bottom: 25px;
  display: block;
}
.more_page .more_bottom .item .it_left .tt::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #0062C7;
}
.more_page .more_bottom .item .it_left p {
  color: #0062C7;
  font-size: 16px;
  line-height: 1.6;
}
.more_page .more_bottom .item .it_right {
  margin: 0 -15px -24px;
  width: 870px;
  float: right;
}
.more_page .more_bottom .item .it_right .list {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 24px;
  height: 205px;
}
.more_page .more_bottom .item .it_right .list .inbox {
  height: 200px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #0062C7;
  padding: 0 30px;
  display: flex;
  align-items: center;
  width: 100%;
}
.more_page .more_bottom .item .it_right .list .inbox .li {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  transition: all 0.3s;
}
.more_page .more_bottom .item .it_right .list .inbox .li:first-child {
  margin-top: 0;
}
.more_page .more_school {
  margin: 0 -10px;
}
.more_page .more_school .item {
  float: left;
  width: 20%;
  padding: 0 10px;
}
.more_page .more_school .item .inbox {
  background: #F4F4F4;
  text-align: center;
  height: 280px;
  padding-top: 33px;
}
.more_page .more_school .item .inbox .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.more_page .more_school .item .inbox .icon img {
  display: block;
  width: 100%;
}
.more_page .more_school .item .inbox .p {
  font-size: 18px;
  line-height: 25px;
  margin: 18px 0 42px;
}
.more_page .more_school .item .inbox .a_btn {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 5px;
  color: #0062C7;
  transition: all 0.3s;
}
.more_page .more_school .item:hover .inbox .a_btn {
  background: #0062C7;
  color: #FFFFFF;
}
.user_bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  display: none;
}
.user_agreement {
  z-index: 201;
  position: fixed;
  width: 800px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 40px;
  display: none;
}
.user_agreement .title {
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.user_agreement .cont {
  line-height: 1.5;
}
.user_agreement .cont p {
  margin-bottom: 15px;
}
.user_agreement .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: url(../images/icon_close.svg) no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
}
.user_agreement .close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.parade_title {
  border-top: 1px solid #DCDCDC;
}
.parade_title span {
  line-height: 1;
  padding: 16px 10px 0;
  display: inline-block;
  position: relative;
  border-top: 2px solid #0062C7;
  margin-top: -1px;
  color: #0062C7;
  font-size: 20px;
  font-weight: bold;
}
.mechanism_ul .item {
  float: left;
  width: 33.33333%;
  padding: 30px 0;
  border-top: 1px solid #DCDCDC;
}
.mechanism_ul .item:nth-child(1),
.mechanism_ul .item:nth-child(2),
.mechanism_ul .item:nth-child(3) {
  border-top: 0;
}
.mechanism_ul .item a {
  display: block;
  line-height: 2.2;
  font-size: 16px;
  transition: all 0.3s;
}
@keyframes a {
  0% {
    left: 230px;
    top: 150px;
  }
  to {
    left: 200px;
    top: 150px;
  }
}
@keyframes b {
  0% {
    left: 500px;
    top: 23px;
  }
  to {
    left: 650px;
    top: 23px;
  }
}
@keyframes c {
  0% {
    left: 250px;
    top: 0;
  }
  to {
    left: 200px;
    top: 0;
  }
}
@keyframes d {
  0% {
    left: 250px;
    top: 0;
  }
  to {
    left: 360px;
    top: 0;
  }
}
@keyframes e {
  0% {
    left: 300px;
    top: 45px;
  }
  to {
    left: 350px;
    top: 45px;
  }
}
@keyframes f {
  0% {
    left: 600px;
    bottom: 0;
  }
  to {
    left: 650px;
    bottom: 0;
  }
}
@keyframes g {
  0% {
    left: 380px;
  }
  to {
    left: 360px;
  }
}
@keyframes l {
  0% {
    background-position: 150px 0;
  }
  25% {
    background-position: 200px 0;
  }
  50% {
    background-position: 250px 0;
  }
  to {
    background-position: 300px 0;
  }
}
.template_page .template_banner {
  border-bottom: 5px solid #C40000;
  position: relative;
}
.template_page .template_banner img {
  display: block;
  width: 100%;
}
.template_page .template_banner .tem_logo {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
}
.template_page .template_banner .tem_logo img {
  width: 350px;
}
.template_page .template_main {
  background: url(../images/tem_img02.png) no-repeat;
  background-position: top;
  background-size: 100% 540px;
  padding-top: 30px;
}
.template_block1 .tem_block1_left {
  float: left;
  width: 840px;
  display: block;
}
.template_block1 .tem_block1_left .title {
  padding-left: 70px;
  color: #C81205;
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}
.template_block1 .tem_block1_left .word {
  text-indent: 2em;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  transition: all 0.3s;
}
.template_block1 .tem_block1_right {
  float: right;
  width: 320px;
}
.template_block1 .tem_block1_right .title {
  position: relative;
  width: 25px;
  font-size: 22px;
  line-height: 30px;
  word-wrap: break-word;
  color: #C81205;
  font-weight: bold;
  float: left;
  margin-right: 26px;
  margin-top: 6px;
}
.template_block1 .tem_block1_right .title::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -12px;
  width: 30px;
  height: 1px;
  background-color: #DFA19B;
  transform: rotate(-45deg);
}
.template_block1 .tem_block1_right .title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #DFA19B;
  transform: rotate(-45deg);
}
.template_block1 .tem_block1_right .ul .li {
  padding: 5px;
}
.template_block1 .tem_block1_right .ul .li a {
  color: #666666;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.template_block2 {
  margin-top: 40px;
}
.template_block2 .tem_block2_left {
  float: left;
  width: 530px;
}
.template_block2 .tem_block2_right {
  float: right;
  width: 654px;
}
.tem_title {
  position: relative;
}
.tem_title .tt_con {
  position: relative;
  width: 200px;
  text-align: center;
  color: #FFFFFF;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  background: url(../images/tem_icon_01.png) no-repeat;
  background-size: 100% 100%;
}
.tem_title.tt_big .tt_con {
  width: 254px;
}
.tem_title.tt_big .line {
  left: 230px;
}
.tem_title .line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 190px;
  height: 3px;
  background-color: #C81205;
}
.tem_bk2_ul .itme {
  padding: 27px 0;
  border-bottom: 1px solid #DCDCDC;
  line-height: 1.5;
}
.tem_bk2_ul .itme a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.tem_bk2_ul .itme .tt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.tem_bk2_ul .itme .word {
  margin-bottom: -8px;
}
.tem_bk2_ul .itme .word a {
  font-size: 16px;
  color: #666666;
  padding: 8px 0;
}
.tem_bk2_top .swiper-slide {
  position: relative;
}
.tem_bk2_top .swiper-slide a {
  display: block;
  width: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
.tem_bk2_top .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.tem_bk2_top .swiper-slide .word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 20px 20px 0 15px;
  text-align: left;
  color: #FFFFFF;
  font-size: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.tem_bk2_top .swiper-slide .word p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tem_bk2_top .swiper-button-next {
  right: 0;
}
.tem_bk2_top .swiper-button-prev {
  left: 0;
}
.tem_bk2_top .swiper-button-next,
.tem_bk2_top .swiper-button-prev {
  width: 46px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  background-size: 14px 34px;
}
.tem_bk2_top .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  right: 17px;
  left: auto;
  bottom: 18px;
}
.tem_bk2_top .swiper-pagination-bullet {
  border: 0;
  width: 7px;
  height: 7px;
}
.tem_bk2_top .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #0062C7;
  width: 13px;
  border-radius: 3px;
}
.tem_bk2_bottom {
  margin-top: 30px;
}
.tem_bk2_bottom .zhuan_box {
  position: relative;
  margin-top: 30px;
}
.tem_bk2_bottom .zhuan_box .inbox {
  transition: all 0.3s;
}
.tem_bk2_bottom .zhuan_box .swiper-alnext,
.tem_bk2_bottom .zhuan_box .swiper-alprev {
  width: 26px;
  height: 26px;
  background-color: #C81205;
  border-radius: 50%;
  background-size: 10px 10px;
  margin-top: 0;
  top: -60px;
}
.tem_bk2_bottom .zhuan_box .swiper-alnext {
  background-image: url(../images/tem_icon_right.svg);
}
.tem_bk2_bottom .zhuan_box .swiper-alprev {
  background-image: url(../images/tem_icon_left.svg);
  right: 50px;
  left: auto;
}
.template_block3 {
  margin-top: 40px;
  position: relative;
}
.template_block3 .tem_bk3_left {
  position: absolute;
  left: 0;
  top: 9px;
}
.template_block3 .tem_bk3_right {
  float: right;
  width: 1020px;
  height: 60px;
  background: url(../images/tem_icon_02.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 50px;
  padding-right: 20px;
}
.template_block3 .tem_bk3_right .winbox {
  width: 950px !important;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  position: relative;
}
.template_block3 .tem_bk3_right .winbox .scroll .item {
  margin: 0 20px;
  font-size: 16px;
}
.template_block3 .tem_bk3_right .winbox .scroll .item a {
  color: #666666;
  transition: all 0.3s;
}
.template_block4 {
  margin: 40px 0 60px;
}
.template_block4 img {
  display: block;
  width: 100%;
}
.tem_bigtitle {
  margin: 0 auto;
  text-align: center;
}
.tem_bigtitle img {
  display: block;
  margin: 0 auto;
}
.tem_bigtitle a {
  display: block;
}
.tem_bigtitle .tt_top {
  margin-bottom: 20px;
}
.tem_bigtitle .tt_bottom {
  position: relative;
}
.tem_bigtitle .tt_bottom::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 16%;
  left: 37%;
  width: 78px;
  height: 12px;
  background: url('../images/tem_title12.png') no-repeat center / 100% 100%;
  animation: myOpacity 2s infinite;
}
.tem_bigtitle .tt_bottom::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 20%;
  right: 37%;
  width: 80px;
  height: 10px;
  background: url('../images/tem_title13.png') no-repeat center / 100% 100%;
  animation: myOpacity 2s infinite;
}
@keyframes myOpacity {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes titletop {
  50% {
    margin-left: 200px;
  }
}
@keyframes titletop {
  50% {
    margin-left: 200px;
  }
}
@-webkit-keyframes titlebottom {
  50% {
    margin-right: 150px;
  }
}
@keyframes titlebottom {
  50% {
    margin-right: 150px;
  }
}
.template_block5 {
  margin-top: 40px;
  margin-bottom: 50px;
}
.template_block5 .tem_bk5_top .tem_bk5_left {
  float: left;
  width: 627px;
}
.template_block5 .tem_bk5_top .tem_bk5_left .inbox {
  transition: all 0.3s;
}
.template_block5 .tem_bk5_top .tem_bk5_left .img {
  overflow: hidden;
}
.template_block5 .tem_bk5_top .tem_bk5_left img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.template_block5 .tem_bk5_top .tem_bk5_left .word {
  font-size: 20px;
  line-height: 1;
  margin-top: 15px;
  transition: all 0.3s;
}
.template_block5 .tem_bk5_top .tem_bk5_right {
  float: right;
  width: 533px;
}
.template_block5 .tem_bk5_top .tem_bk5_right .tt_top {
  padding-bottom: 30px;
  border-bottom: 1px solid #DCDCDC;
  line-height: 30px;
  display: block;
}
.template_block5 .tem_bk5_top .tem_bk5_right .tt_top .tem_bk5_right_title {
  padding-left: 40px;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
  color: #C81205;
}
.template_block5 .tem_bk5_top .tem_bk5_right .tt_top .tem_bk5_right_word {
  color: #666666;
  font-size: 16px;
  text-indent: 2em;
  transition: all 0.3s;
}
.template_block5 .tem_bk5_top .tem_bk5_right .tem_jt_ul {
  margin-top: 20px;
}
.template_block5 .tem_pic_list {
  margin-top: 30px;
}
.tem_jt_ul .item {
  padding: 11px 0;
}
.tem_jt_ul .item .inbox {
  display: block;
  position: relative;
  padding-left: 27px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.tem_jt_ul .item .inbox .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #C81205;
}
.tem_pic_list .ul {
  margin: 0 -9px;
}
.tem_pic_list .ul .item {
  float: left;
  width: 25%;
  padding: 0 9px;
}
.tem_pic_list .ul .item .inbox {
  display: block;
  position: relative;
  overflow: hidden;
}
.tem_pic_list .ul .item .inbox img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.tem_pic_list .ul .item .inbox p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #000000 100%);
  padding: 23px 10px 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.template_block6 {
  margin-top: 40px;
  margin-bottom: 60px;
}
.template_block6 .zonghe_banner .item {
  position: relative;
  padding-left: 350px;
}
.template_block6 .zonghe_banner .item .word {
  position: absolute;
  left: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background-color: #C81205;
  padding: 46px 22px;
  text-align: left;
  color: #FFFFFF;
}
.template_block6 .zonghe_banner .item .word .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
.template_block6 .zonghe_banner .item .word .p {
  font-size: 16px;
  line-height: 30px;
}
.template_block6 .zonghe_banner .item .img {
  width: 850px;
  overflow: hidden;
}
.template_block6 .zonghe_banner .item .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.template_block6 .zonghe_banner .swiper-pagination {
  width: 350px;
  left: 0;
  bottom: 50px;
  text-align: right;
  padding-right: 40px;
}
.template_block6 .zonghe_banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 7px;
  height: 7px;
}
.template_block6 .zonghe_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  border-radius: 3px;
  background-color: #0062C7;
}
.template_block7 {
  margin-top: 40px;
}
.template_block7 .tem_bk7_banner {
  padding: 0 110px;
  position: relative;
}
.template_block7 .tem_bk7_banner .inbox {
  position: relative;
  text-align: left;
  overflow: hidden;
}
.template_block7 .tem_bk7_banner .inbox img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.template_block7 .tem_bk7_banner .inbox p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #000000 100%);
  padding: 23px 10px 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.template_block7 .tem_bk7_banner .swiper-button-next,
.template_block7 .tem_bk7_banner .swiper-button-prev {
  width: 90px;
  height: 100%;
  top: 0;
  margin-top: 0;
  background-color: #C81205;
  background-size: 14px 34px;
}
.template_block7 .tem_bk7_banner .swiper-button-next {
  right: 0;
}
.template_block7 .tem_bk7_banner .swiper-button-prev {
  left: 0;
}
.template_block7 .tem_bk7_bottom {
  margin-top: 30px;
}
.template_block7 .tem_bk7_bottom .tem_bk7_left {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.template_block7 .tem_bk7_bottom .tem_bk7_right {
  float: right;
  width: 50%;
}
.pictext_list .item {
  margin-bottom: 20px;
}
.pictext_list .item .inbox {
  display: block;
  position: relative;
  padding-left: 158px;
}
.pictext_list .item .inbox .img {
  width: 138px;
  height: 83px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.pictext_list .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.pictext_list .item .inbox .word .tt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  line-height: 1.3;
  transition: all 0.3s;
}
.pictext_list .item .inbox .word .p {
  height: 60px;
  line-height: 30px;
  color: #666666;
  font-size: 16px;
  overflow: hidden;
}
.template_block8 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.template_block8 .tem_bk8_top {
  padding-bottom: 30px;
  border-bottom: 1px solid #DCDCDC;
  line-height: 30px;
  margin-bottom: 20px;
  display: block;
}
.template_block8 .tem_bk8_top .title {
  color: #C81205;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.template_block8 .tem_bk8_top .p {
  text-indent: 2em;
  color: #666666;
  font-size: 16px;
  transition: all 0.3s;
}
.template_block8 .tem_bk8_center {
  margin-bottom: 20px;
}
.template_block8 .tem_bk8_center .tem_jt_ul .item {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.template_block9 {
  margin-top: 50px;
  margin-bottom: 100px;
}
.template_block9 .link_list {
  margin: 0 -12px;
}
.template_block9 .link_list .item {
  float: left;
  width: 16.6666%;
  padding: 12px;
}
.template_block9 .link_list .item .inbox {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}
.template_block9 .link_list .item .inbox img {
  max-width: 80%;
  max-height: 80%;
}
.footer_tem.footer {
  border-top: 1px solid #C81205;
}
.footer_tem.footer .copy_box {
  padding: 14px 0;
}
.footer_tem.footer .copy_box .copy_info {
  margin-top: 0;
}
.footer_red.footer {
  border-top: 0;
}
.footer_red.footer .copy_box {
  padding: 14px 0;
  background-color: #C81205;
}
.footer_red.footer .copy_box .copy_info {
  margin-top: 0;
  color: #FFFFFF;
}
.footer_red.footer .copy_box .copy_info .li span {
  border-left-color: #FFFFFF;
}
.addnav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
.addnav .wapper {
  position: relative;
  width: 100%;
}
.addnav .wapper .addnav_body {
  position: absolute;
  right: -135px;
  width: 135px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.addnav .wapper .addnav_body .code_box {
  background-color: #FFFFFF;
  padding: 10px 0;
}
.addnav .wapper .addnav_body .code_box img {
  display: block;
  width: 90px;
  margin: 0 auto;
}
.addnav .wapper .addnav_body .ul .item {
  display: block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 1px;
  background-color: #C40000;
  color: #FFFFFF;
  font-size: 18px;
  transition: all 0.3s;
}
.addnav .wapper .addnav_body .ul .item:last-child {
  background-color: #0062C7 !important;
}
.template_main_new {
  margin: 65px 0;
}
.template_main_new .temnew_block {
  margin-top: 40px;
}
.template_main_new .temnew_block .ul {
  margin: 0 -9px;
}
.template_main_new .temnew_block .ul .item {
  float: left;
  width: 25%;
  padding: 15px 9px;
}
.template_main_new .temnew_block .ul .item .inbox {
  display: block;
}
.template_main_new .temnew_block .ul .item .inbox .img {
  overflow: hidden;
}
.template_main_new .temnew_block .ul .item .inbox .img img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.template_main_new .temnew_block .ul .item .inbox .p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s;
}
.tem_menu {
  height: 128px;
  margin-top: -60px;
  background: url(../images/tem_menu.png) no-repeat;
  background-position: center center;
  position: relative;
  z-index: 100;
}
.tem_menu .menu_body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  width: 950px;
}
.tem_menu .menu_body .logo {
  width: 300px;
  display: block;
  height: 60px;
  margin-right: 50px;
}
.tem_menu .menu_body .logo img {
  display: block;
  width: 100%;
}
.tem_menu .menu_body .menu_box .item {
  float: left;
  width: 33.3333%;
  padding: 5px 0;
}
.tem_menu .menu_body .menu_box .item .inbox {
  display: block;
  line-height: 1.3;
  font-size: 18px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.page_two {
  margin: 55px 0 100px;
}
.page_two_new .title_h {
  position: relative;
  padding-left: 140px;
  margin-bottom: 60px;
}
.page_two_new .title_h .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  width: 118px;
  height: 84px;
  -webkit-animation: titletrans 5s infinite;
  animation: titletrans 5s infinite;
}
.page_two_new .title_h .word {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
@-webkit-keyframes titletrans {
  50% {
    transform: rotateY(360deg);
  }
}
@keyframes titletrans {
  50% {
    transform: rotateY(360deg);
  }
}
.two_new_body .new_body_left {
  float: left;
  width: 627px;
}
.two_new_body .new_body_left .index_banner .swiper-slide {
  position: relative;
}
.two_new_body .new_body_left .index_banner .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
}
.two_new_body .new_body_left .index_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.two_new_body .new_body_left .index_banner .swiper-slide .word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(169, 169, 169, 0) 0%, #000000 100%);
  padding: 21px 170px 0 15px;
  text-align: left;
  color: #FFFFFF;
  font-size: 20px;
  overflow: hidden;
  transition: all 0.3s;
}
.two_new_body .new_body_left .index_banner .swiper-slide .word p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.two_new_body .new_body_left .index_banner .swiper-button-next {
  right: 0;
}
.two_new_body .new_body_left .index_banner .swiper-button-prev {
  left: 0;
}
.two_new_body .new_body_left .index_banner .swiper-button-next,
.two_new_body .new_body_left .index_banner .swiper-button-prev {
  width: 46px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1px;
  background-size: 14px 34px;
}
.two_new_body .new_body_left .index_banner .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  right: 17px;
  left: auto;
  bottom: 16px;
}
.two_new_body .new_body_left .index_banner .swiper-pagination-bullet {
  border: 0;
  width: 7px;
  height: 7px;
  opacity: 1;
}
.two_new_body .new_body_left .index_banner .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #0062C7;
  width: 13px;
  border-radius: 3px;
}
.two_new_body .new_body_left .picul {
  margin: 30px -15px 0;
}
.two_new_body .new_body_left .picul .item {
  float: left;
  width: 50%;
  padding: 0 15px;
}
.two_new_body .new_body_left .picul .item .inbox {
  display: block;
  position: relative;
  overflow: hidden;
}
.two_new_body .new_body_left .picul .item .inbox img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.two_new_body .new_body_left .picul .item .inbox p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 4px 8px 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.3s;
}
.two_new_body .new_body_right {
  float: right;
  width: 533px;
}
.two_new_body .new_body_right .word_box .item {
  padding: 25px 0;
  border-bottom: 1px solid #DCDCDC;
  font-size: 18px;
  line-height: 25px;
}
.two_new_body .new_body_right .word_box .item a {
  display: block;
  transition: all 0.3s;
}
.two_new_body .new_body_right .word_box .item .titlep {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  color: #000000;
}
.two_new_body .new_body_right .word_box .item .p a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  transition: all 0.3s;
  color: #444444;
}
.two_new_body .new_body_right .word_box .item:first-child {
  padding-top: 0;
}
.two_new_body .new_body_right .word_box .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page_two_scroll {
  padding-left: 150px;
  height: 60px;
  margin-top: 40px;
  position: relative;
  background: url(../images/tem_bg_01.png) no-repeat;
  background-size: 100% 100%;
}
.page_two_scroll .two_scroll_left {
  position: absolute;
  left: 17px;
  top: 0;
  line-height: 60px;
  color: #C81205;
  font-size: 24px;
  font-weight: bold;
}
.page_two_scroll .two_scroll_right {
  height: 60px;
  line-height: 60px;
}
.page_two_scroll .two_scroll_right .winbox {
  width: 1050px !important;
  height: 60px;
  line-height: 60px;
}
.page_two_scroll .two_scroll_right .winbox .item {
  font-size: 16px;
  margin: 0 17px;
}
.page_two_scroll .two_scroll_right .winbox .item a {
  color: #666666;
  transition: all 0.3s;
}
.page_two_title {
  margin: 0 auto;
  text-align: center;
}
.page_two_title img {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
.page_two_title a {
  display: block;
}
.page_two_title .word {
  color: #DFA19B;
  font-size: 16px;
  line-height: 22px;
  margin-top: 7px;
  font-weight: bold;
}
.page_two_biange {
  margin-top: 60px;
}
.page_two_biange .biange_ul {
  margin: 40px -4px 0;
}
.page_two_biange .biange_ul .item {
  float: left;
  width: 33.3333%;
  padding: 4px;
}
.page_two_biange .biange_ul .item .inbox {
  display: block;
  overflow: hidden;
  position: relative;
}
.page_two_biange .biange_ul .item .inbox img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.page_two_biange .biange_ul .item .inbox p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  #height: 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 4px 8px 4px 0;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.3s;
}
.page_two_shidai {
  margin-top: 60px;
}
.page_two_shidai .shidai_ul {
  margin-top: 40px;
}
.page_two_shidai .shidai_ul .item {
  margin-bottom: 30px;
}
.page_two_shidai .shidai_ul .item .inbox {
  display: block;
  position: relative;
  padding-left: 395px;
  height: 222px;
  background: url(../images/tem_bg_02.png) no-repeat;
  background-size: 100% 100%;
}
.page_two_shidai .shidai_ul .item .inbox .img {
  width: 395px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.page_two_shidai .shidai_ul .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.page_two_shidai .shidai_ul .item .inbox .word {
  width: 805px;
  height: 100%;
  padding: 30px 40px 0;
}
.page_two_shidai .shidai_ul .item .inbox .word .tt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  transition: all 0.3s;
}
.page_two_shidai .shidai_ul .item .inbox .word .p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}
.page_two_guandian {
  margin-top: 60px;
}
.page_two_guandian .guandian_box {
  margin-top: 40px;
}
.page_two_guandian .guandian_box .gd_left {
  float: left;
  width: 48%;
}
.page_two_guandian .guandian_box .gd_left .item {
  padding: 25px 0;
  border-top: 1px solid #DCDCDC;
}
.page_two_guandian .guandian_box .gd_left .item .inbox {
  height: 113px;
  display: block;
  background-color: rgba(223, 161, 155, 0.2);
}
.page_two_guandian .guandian_box .gd_left .item .inbox .img {
  width: 200px;
  height: 113px;
  overflow: hidden;
  float: left;
}
.page_two_guandian .guandian_box .gd_left .item .inbox .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.page_two_guandian .guandian_box .gd_left .item .inbox .word {
  width: calc(100% - 200px);
  float: right;
  padding: 13px;
}
.page_two_guandian .guandian_box .gd_left .item .inbox .word .tt {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.page_two_guandian .guandian_box .gd_left .item .inbox .word .p {
  margin-top: 12px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page_two_guandian .guandian_box .gd_left .item:first-child {
  padding-top: 0;
  border-top: 0;
}
.page_two_guandian .guandian_box .gd_left .item:last-child {
  padding-bottom: 0;
}
.page_two_guandian .guandian_box .gd_left .item:nth-child(even) .inbox .img {
  float: right;
}
.page_two_guandian .guandian_box .gd_left .item:nth-child(even) .inbox .word {
  float: left;
}
.page_two_guandian .guandian_box .gd_right {
  float: right;
  width: 48%;
}
.page_two_guandian .guandian_box .gd_right .ul_top .item {
  padding: 25px 0;
  border-bottom: 1px solid #DCDCDC;
}
.page_two_guandian .guandian_box .gd_right .ul_top .item .inbox {
  display: block;
}
.page_two_guandian .guandian_box .gd_right .ul_top .item .inbox .tt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.page_two_guandian .guandian_box .gd_right .ul_top .item .inbox .in_box {
  height: 113px;
}
.page_two_guandian .guandian_box .gd_right .ul_top .item .inbox .in_box .img {
  width: 200px;
  height: 100%;
  overflow: hidden;
  float: left;
}
.page_two_guandian .guandian_box .gd_right .ul_top .item .inbox .in_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.page_two_guandian .guandian_box .gd_right .ul_top .item .inbox .in_box .word {
  width: calc(100% - 200px);
  float: right;
  height: 100%;
  padding: 5px 0 0 20px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.page_two_guandian .guandian_box .gd_right .ul_top .item:first-child {
  padding-top: 0;
}
.page_two_guandian .guandian_box .gd_right .ul_top .item:nth-child(even) .inbox .img {
  float: right;
}
.page_two_guandian .guandian_box .gd_right .ul_top .item:nth-child(even) .inbox .word {
  float: left;
  padding: 5px 20px 0 0;
}
.page_two_guandian .guandian_box .gd_right .ul_bottom {
  margin-top: 20px;
}
.page_two_guandian .guandian_box .gd_right .ul_bottom .li {
  display: block;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  padding-left: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  transition: all 0.3s;
}
.page_two_guandian .guandian_box .gd_right .ul_bottom .li span {
  width: 6px;
  height: 6px;
  background: #C81205;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  transition: all 0.3s;
}
.page_two_pic {
  margin-top: 90px;
}
.page_two_pic .pic_box {
  margin-top: 40px;
  position: relative;
}
.page_two_pic .pic_box .swiper-button-next {
  right: -50px;
  background: url(../images/tem_icon_right.png) no-repeat;
  background-size: 100% 100%;
}
.page_two_pic .pic_box .swiper-button-prev {
  left: -50px;
  background: url(../images/tem_icon_left.png) no-repeat;
  background-size: 100% 100%;
}
.page_two_pic .pic_box .swiper-button-prev,
.page_two_pic .pic_box .swiper-button-next {
  width: 20px;
  height: 54px;
  top: 50%;
  margin-top: -27px;
}
.page_two_pic .pic_box a {
  display: block;
  position: relative;
  overflow: hidden;
}
.page_two_pic .pic_box a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.page_two_pic .pic_box a .word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 30px 20px 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 24px;
  overflow: hidden;
  transition: all 0.3s;
}
.new_two_page .new_two_title {
  color: #1E76E4;
  font-size: 26px;
  line-height: 37px;
  padding-bottom: 5px;
  border-bottom: 2px solid #0062C7;
}
.new_two_page .new_two_ul {
  margin-top: 15px;
  margin-bottom: 60px;
}
.new_two_page .new_two_ul .item {
  padding: 20px 0;
  margin-left: 40px;
  border-bottom: 1px solid #DCDCDC;
}
.new_two_page .new_two_ul .item .inbox {
  display: block;
  position: relative;
}
.new_two_page .new_two_ul .item .inbox .dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #0062C7;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -4px;
}
.new_two_page .new_two_ul .item .inbox .word {
  float: left;
  font-size: 20px;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.new_two_page .new_two_ul .item .inbox .info {
  float: right;
  color: #999999;
}
.btn_more .inbox {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #DCDCDC;
  color: #999999;
  font-size: 18px;
  transition: all 0.3s;
}
@media (max-width: 1500px) {
  .addnav .wapper .addnav_body {
    width: 100px;
    right: -100px;
  }
  .addnav .wapper .addnav_body .code_box {
    padding: 0 0 5px;
  }
  .addnav .wapper .addnav_body .code_box img {
    width: 75px;
  }
  .addnav .wapper .addnav_body .ul .item {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .addnav .wapper .addnav_body {
    right: 0;
  }
}
@media (min-width: 1200px) {
  /* .index_main .index_new2 .index_banner .swiper-slide img:hover, */
  .index_main .index_new4 .news_list .item .inbox img:hover,
  .index_main .index_new5 .magazine_box .kan_list .item a img:hover,
  .index_main .index_common .common_left .common_main .picture_box .item img:hover,
  .index_main .index_common .common_right .imgtxt_box img:hover,
  .picture_top .swiper-slide .item:hover img,
  .picture_bottom .picture_tab .picture_box .pic_ul .item:hover .inbox img,
  .more_page .more_top .left_img:hover .img img,
  .more_page .more_top .right_img .item:hover img,
  .common_right .right_box .recommon_ul .item:hover .inbox .img img,
  .common_right .right_box .swiper-slide:hover .img img,
  .recruit_ul .item:hover .inbox .img img,
  .zhuan_box .inbox:hover .img img,
  .video_page .videoest_box .item:hover .inbox .img img,
  .channel_block1 .swiper_box .swiper-slide:hover .img img,
  .common_right .right_box .img_list .li:hover img,
  .two_new_body .new_body_left .index_banner .swiper-slide:hover img,
  .two_new_body .new_body_left .picul .item:hover .inbox img,
  .page_two_biange .biange_ul .item:hover .inbox img,
  .page_two_shidai .shidai_ul .item:hover .inbox .img img,
  .page_two_guandian .guandian_box .gd_left .item:hover .inbox .img img,
  .page_two_guandian .guandian_box .gd_right .ul_top .item:hover .inbox .in_box .img img,
  .page_two_pic .pic_box a:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
  }
  .advan_blcok3 .btn_ad .btn_right .btn_wechat:hover .code_box {
    opacity: 1;
    height: 100px;
  }
  .index_main .index_new2 .index_banner .swiper-slide a:hover .word,
  .advan_blcok3 .btn_ad .btn_right .btn_item:hover,
  .footer .copy_box .about_block .report_btn .report-item:hover,
  .footer .link_box .link_list a:hover,
  .footer .copy_box .about_block a:hover,
  .index_main .index_new1 .p a:hover,
  .index_main .index_new5 .magazine_box .word_list a:hover,
  .index_main .index_new5 .magazine_box .kan_list .item a:hover,
  .index_main .index_new4 .news_list .item .inbox:hover,
  .index_main .index_new4 .news_text .item a:hover,
  .index_main .index_new2 .index_right .item a:hover,
  .index_main .index_new5 .newest_box .item a:hover,
  .index_main .index_common .common_left .common_main .picture_box .item a:hover,
  .index_main .word_box .item a:hover,
  .index_main .index_common .common_right .word_box .item a:hover,
  .more_page .more_bottom .item .it_right .list .inbox .li:hover,
  .more_page .more_center .item:hover,
  .magazine_box .maga_ul .item:hover .inbox p,
  .common_right .right_box .recommon_ul .item:hover .inbox .p,
  .common_right .right_box .swiper-slide:hover .p,
  .common_right .right_box .rank_ul .item:hover,
  .recruit_ul .item:hover .inbox .word .title,
  .zhuan_box .inbox:hover p,
  .member_box .item:hover .word .name,
  .right-box .p .li:hover,
  .newest_box .item .titlep:hover,
  .newest_box .item .p a:hover,
  .video_page .videoest_box .item:hover .inbox p,
  .about_page .about_right .website_block .item .navigation_box a:hover,
  .about_page .about_left .item .second_title .li:hover,
  .search_page .search_left .search_block1 .sear_menu .item .sear_con a:hover,
  .newlist_box .item:hover .tt,
  .menu_block .menu_list .menu_left:hover,
  .new_content .other_box .li:hover,
  .channel_block1 .swiper_box .swiper-slide:hover .word h2,
  .index_main .index_new5 .recruit_box .recruit_list .item:hover .p,
  .mechanism_ul .item a:hover,
  .new_two_page .new_two_ul .item:hover .inbox .word {
    color: #0062C7;
  }
  .about_page .about_left .item:hover .title,
  .menu_block .menu_list .menu_ul a:hover,
  .btn_more .inbox:hover {
    background: #FFFFFF;
    color: #0062C7;
  }
  .right-box .p .li:hover span,
  .index_main .index_common .common_right .word_box .item .p a:hover span {
    background: #0062C7;
  }
  .new_content .btn_more:hover {
    border-color: #0062C7;
    color: #0062C7;
  }
  .team_page .team_list .people_ul .item:hover .inbox .con .a {
    opacity: 1;
  }
  .team_page .team_list .people_ul .item:hover .inbox .sj {
    height: 123px;
    top: -43px;
  }
  .team_page .team_list .people_ul .item:hover .inbox::before {
    opacity: 1;
  }
  .team_page .team_list .people_ul .item:hover .inbox .con p {
    transform: translateY(-20px);
  }
  .team_page .team_list .people_ul .item .inbox .con .a:hover {
    border: 1px solid #0062C7;
    color: #0062C7;
    background: #FFFFFF;
  }
  .media_ul .item:hover .inbox {
    color: #0062C7;
  }
  .scenes2 .item:hover {
    z-index: 2;
    transform: matrix(1.25, 0, 0, 1.25, 0, 0);
    box-shadow: 6px 6px 32px rgba(0, 0, 0, 0.35);
  }
  .scenes2 .item:hover .mask {
    opacity: 0;
  }
  .pay_box:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  }
  .magazine_box .maga_ul .item:hover .inbox .img img {
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    /* IE 9 */
    -moz-transform: translateY(-20px);
    /* Firefox */
    -webkit-transform: translateY(-20px);
    /* Safari 和 Chrome */
    -o-transform: translateY(-20px);
  }
  .contact_media .line_block {
    height: 30px;
  }
  .contact_media .line_block span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    padding: 0;
  }
  .template_block1 .tem_block1_left .word:hover,
  .template_block1 .tem_block1_right .ul .li:hover a,
  .tem_bk2_ul .itme a:hover,
  .tem_bk2_top .swiper-slide a:hover .word,
  .tem_bk2_bottom .zhuan_box .inbox:hover p,
  .template_block3 .tem_bk3_right .winbox .scroll .item:hover a,
  .template_block5 .tem_bk5_top .tem_bk5_left:hover .word,
  .template_block5 .tem_bk5_top .tem_bk5_right .tt_top:hover .tem_bk5_right_word,
  .tem_jt_ul .item:hover .inbox,
  .tem_pic_list .ul .item:hover .inbox p,
  .template_block7 .tem_bk7_banner .inbox:hover p,
  .pictext_list .item:hover .inbox .word .tt,
  .template_block8 .tem_bk8_top:hover .p,
  .template_main_new .temnew_block .ul .item:hover .inbox .p,
  .page_two_new .title_h .word:hover,
  .two_new_body .new_body_right .word_box .item a:hover,
  .two_new_body .new_body_left .index_banner .swiper-slide:hover .word,
  .two_new_body .new_body_left .picul .item:hover .inbox p,
  .page_two_scroll .two_scroll_right .winbox .item:hover a,
  .page_two_biange .biange_ul .item:hover .inbox p,
  .page_two_shidai .shidai_ul .item:hover .inbox .word .tt,
  .page_two_guandian .guandian_box .gd_left .item:hover .inbox .word .tt,
  .page_two_guandian .guandian_box .gd_right .ul_top .item:hover .inbox .tt,
  .page_two_guandian .guandian_box .gd_right .ul_bottom .li:hover,
  .page_two_pic .pic_box a:hover .word {
    color: #C81205;
  }
  .tem_bk2_top .swiper-slide a:hover img,
  .template_block5 .tem_bk5_top .tem_bk5_left:hover img,
  .tem_pic_list .ul .item:hover .inbox img,
  .template_block6 .zonghe_banner .item:hover .img img,
  .template_block7 .tem_bk7_banner .inbox:hover img,
  .pictext_list .item:hover .inbox .img img,
  .template_main_new .temnew_block .ul .item:hover .inbox .img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
  }
  .template_block9 .link_list .item:hover .inbox {
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .addnav .wapper .addnav_body .ul .item:hover {
    background-color: #890600;
  }
  .tem_menu .menu_body .menu_box .item:hover .inbox {
    opacity: 0.8;
  }
}
@media (max-height: 800px) and (min-width: 1200px) {
  .person_page .person_content {
    padding: 0 108px 20px 70px;
  }
  .person_page .person_content .person_left {
    padding: 30px 0 0;
  }
  .person_page .person_content .person_left .swiper-container {
    padding-bottom: 40px;
  }
  .person_page .person_content .person_right {
    padding: 60px 0 0;
  }
  .person_page .person_content .person_right .title {
    margin-bottom: 20px;
  }
  .person_page .person_content .person_right .form_box .group {
    margin-bottom: 10px;
  }
  .person_page .person_content .person_right .form_box .submit_group {
    margin-top: 20px;
  }
  .person_page .person_content .person_right .form_box .agree_box {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .person_forget {
    padding: 30px 64px;
  }
  .person_forget .logo {
    margin-bottom: 30px;
    height: 60px;
  }
  .person_forget .person_step .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .forget_tab {
    margin-bottom: 15px;
  }
  .form_box .submit_group .button_yanzheng {
    margin-bottom: 10px;
  }
  .person_forget .form_box .submit_group {
    margin-top: 20px;
  }
  .nav_more_con .layout h1 {
    margin-top: 30px;
  }
  .line_block {
    margin: 30px auto;
  }
}
@media (max-height: 680px) and (min-width: 1200px) {
  .person_page .copy_right {
    bottom: 10px;
  }
  .person_page .person_content .person_left .swiper-container {
    padding-bottom: 20px;
  }
  .person_page .person_content .person_right {
    padding: 40px 0 0;
  }
  .person_page .person_content .person_right .title {
    font-size: 16px;
  }
  .person_page .person_content .person_right .form_box .submit_group {
    margin-top: 15px;
  }
  .person_page .person_content .person_right .form_box .agree_box {
    margin-bottom: 10px;
  }
  .person_forget .form_box .agree_box {
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .addnav {
    top: 50vh;
  }
}
@media (max-width: 500px) {
  .tem_bigtitle .tt_bottom::before {
    width: 32px;
    left: 30%;
    height: 6px;
    animation: none;
  }
  .tem_bigtitle .tt_bottom::after {
    width: 32px;
    right: 30%;
    height: 5px;
    animation: none;
  }
}
